mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Keep Write_U32 for ctx->mp3StreamPosition
This commit is contained in:
parent
bd39a69125
commit
1593bc1cc2
1 changed files with 1 additions and 1 deletions
|
@ -1657,7 +1657,7 @@ int sceMp3GetInfoToAddStreamData(u32 mp3, u32 dstPtr, u32 towritePtr, u32 srcpos
|
|||
if(Memory::IsValidAddress(towritePtr))
|
||||
Memory::Write_U32(ctx->mp3BufSize, towritePtr);
|
||||
if(Memory::IsValidAddress(srcposPtr))
|
||||
Memory::Write_U64(ctx->mp3StreamPosition, srcposPtr);
|
||||
Memory::Write_U32(ctx->mp3StreamPosition, srcposPtr);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue