mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07: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