mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-26 03:35:27 +00:00
Fix Dead and live freezing issue.
Just a typo in sceMp3 when using the universal class.
This commit is contained in:
parent
b3a7568811
commit
976c9bbfdc
@ -197,7 +197,6 @@ u32 sceMp3ReserveMp3Handle(u32 mp3Addr) {
|
||||
Au->MaxOutputSample = Au->PCMBufSize / 4;
|
||||
Au->LoopNum = -1;
|
||||
Au->AuBufAvailable = 0;
|
||||
Au->MaxOutputSample = 0;
|
||||
Au->readPos = Au->startPos;
|
||||
|
||||
// create Au decoder
|
||||
|
Loading…
x
Reference in New Issue
Block a user