mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-08 14:58:36 +00:00
Fix sceMpegAvcDecode
Fix Metal Gear Solid Peace Walker get stuck in video
This commit is contained in:
parent
c533187e24
commit
dea35595f7
@ -1205,7 +1205,7 @@ static u32 sceMpegAvcDecode(u32 mpeg, u32 auAddr, u32 frameWidth, u32 bufferAddr
|
||||
// Flush structs back to memory
|
||||
avcAu.write(auAddr);
|
||||
|
||||
if (mpegLibVersion >= 0x0105) {
|
||||
if (mpegLibVersion >= 0x0105 && mpegLibVersion < 0x010a) {
|
||||
//Killzone - Liberation expect , issue #16727
|
||||
Memory::Write_U32(1, initAddr);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user