mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-20 06:00:58 +00:00
sceMpegRingbufferAvailableSize might use a different
Based on http://code.google.com/p/jpcsp/source/detail?r=1813 Fix #5112
This commit is contained in:
parent
62d1948b70
commit
21e024eeda
@ -1362,6 +1362,7 @@ int sceMpegRingbufferAvailableSize(u32 ringbufferAddr)
|
||||
return ERROR_MPEG_NOT_YET_INIT;
|
||||
}
|
||||
|
||||
ctx->mpegRingbufferAddr = ringbufferAddr;
|
||||
hleEatCycles(2020);
|
||||
hleReSchedule("mpeg ringbuffer avail");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user