mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix a log message.
This commit is contained in:
parent
32825471a6
commit
f312925374
1 changed files with 1 additions and 1 deletions
|
@ -1633,7 +1633,7 @@ static int sceMpegQueryPcmEsSize(u32 mpeg, u32 esSizeAddr, u32 outSizeAddr)
|
|||
return -1;
|
||||
}
|
||||
|
||||
ERROR_LOG(ME, "sceMpegQueryPcmEsSize - bad pointers(%08x, %08x, %08x)", mpeg, esSizeAddr, outSizeAddr);
|
||||
ERROR_LOG(ME, "sceMpegQueryPcmEsSize(%08x, %08x, %08x)", mpeg, esSizeAddr, outSizeAddr);
|
||||
|
||||
Memory::Write_U32(MPEG_PCM_ES_SIZE, esSizeAddr);
|
||||
Memory::Write_U32(MPEG_PCM_ES_OUTPUT_SIZE, outSizeAddr);
|
||||
|
|
Loading…
Add table
Reference in a new issue