mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Add pcmIndex to sas voice DoState().
Otherwise we can get crashes.
This commit is contained in:
@@ -491,6 +491,7 @@ void SasVoice::DoState(PointerWrap &p)
|
||||
p.Do(vagSize);
|
||||
p.Do(pcmAddr);
|
||||
p.Do(pcmSize);
|
||||
p.Do(pcmIndex);
|
||||
p.Do(sampleRate);
|
||||
|
||||
p.Do(sampleFrac);
|
||||
|
||||
Reference in New Issue
Block a user