mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix tab
This commit is contained in:
parent
2c89d78f9d
commit
35c04e1187
1 changed files with 1 additions and 1 deletions
|
@ -1194,7 +1194,7 @@ static u32 sceAtracGetRemainFrame(int atracID, u32 remainAddr) {
|
|||
} else if (!atrac->data_buf) {
|
||||
ERROR_LOG(ME, "sceAtracGetRemainFrame(%i, %08x): no data", atracID, remainAddr);
|
||||
return ATRAC_ERROR_NO_DATA;
|
||||
} else {
|
||||
} else {
|
||||
if (Memory::IsValidAddress(remainAddr)) {
|
||||
Memory::Write_U32(atrac->getRemainFrames(), remainAddr);
|
||||
DEBUG_LOG(ME, "sceAtracGetRemainFrame(%i, %08x[%d])", atracID, remainAddr, atrac->getRemainFrames());
|
||||
|
|
Loading…
Add table
Reference in a new issue