mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix mistake.
This commit is contained in:
parent
a16e758f33
commit
0b64d58c7d
1 changed files with 1 additions and 1 deletions
|
@ -1548,7 +1548,7 @@ static u32 sceMpegRingbufferPut(u32 ringbufferAddr, int numPackets, int availabl
|
|||
hleEnqueueCall(ringbuffer->callback_addr, 3, args, action);
|
||||
writeOffset = (writeOffset + packetsThisRound) % (s32)ringbuffer->packets;
|
||||
// Old savestate don't use this feature, just for compatibility.
|
||||
if (useRingbufferPutCallbackMulti)
|
||||
if (!useRingbufferPutCallbackMulti)
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue