mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Also delay inside sceMpegAtracDecode().
This is just from JPCSP but we don't have the function working properly yet anyway.
This commit is contained in:
parent
3914742485
commit
a296bba3e1
1 changed files with 1 additions and 1 deletions
|
@ -1339,7 +1339,7 @@ u32 sceMpegAtracDecode(u32 mpeg, u32 auAddr, u32 bufferAddr, int init)
|
|||
DEBUG_LOG(HLE, "UNIMPL sceMpegAtracDecode(%08x, %08x, %08x, %i)", mpeg, auAddr, bufferAddr, init);
|
||||
if (Memory::IsValidAddress(bufferAddr))
|
||||
Memory::Memset(bufferAddr, 0, MPEG_ATRAC_ES_OUTPUT_SIZE);
|
||||
return 0;
|
||||
return hleDelayResult(0, "mpeg atrac decode", atracDecodeDelayMs);
|
||||
}
|
||||
|
||||
// YCbCr -> RGB color space conversion
|
||||
|
|
Loading…
Add table
Reference in a new issue