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:
Unknown W. Brackets 2013-04-20 22:42:51 -07:00
parent 3914742485
commit a296bba3e1

View file

@ -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