mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-10 23:04:04 +09:00
faster sys.memcpy impl
This commit is contained in:
@@ -196,7 +196,6 @@ try {
|
||||
|
||||
filebuf.readBytes(FRAME_SIZE, SND_BASE_ADDR - 2368)
|
||||
audio.mp2Decode()
|
||||
sys.waitForMemChg(SND_BASE_ADDR - 41, 255, 255)
|
||||
|
||||
if (audio.getPosition(0) >= QUEUE_MAX) {
|
||||
while (audio.getPosition(0) >= (QUEUE_MAX >>> 1)) {
|
||||
|
||||
Reference in New Issue
Block a user