mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-28 07:50:49 +00:00
More logging
This commit is contained in:
parent
63adafd967
commit
88d1cb7016
@ -324,7 +324,7 @@ u32 sceMp3ReserveMp3Handle(u32 mp3Addr) {
|
||||
memset(ctx, 0, sizeof(Mp3Context));
|
||||
|
||||
if (!Memory::IsValidAddress(mp3Addr))
|
||||
WARN_LOG(ME, "sceMp3ReserveMp3Handle invalid address")
|
||||
WARN_LOG(ME, "sceMp3ReserveMp3Handle(%08x) invalid address",mp3Addr)
|
||||
else {
|
||||
ctx->mp3StreamStart = Memory::Read_U64(mp3Addr);
|
||||
ctx->mp3StreamEnd = Memory::Read_U64(mp3Addr + 8);
|
||||
|
Loading…
Reference in New Issue
Block a user