mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix sound distortion
This commit is contained in:
parent
bbaaeadc33
commit
232aa69eb0
1 changed files with 1 additions and 1 deletions
|
@ -273,5 +273,5 @@ int __AudioMix(short *outstereo, int numFrames)
|
|||
// DEBUG_LOG(HLE, "No underrun, mixed %i samples fine", numFrames);
|
||||
}
|
||||
section.unlock();
|
||||
return underrun;
|
||||
return numFrames;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue