mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Oops, fix an old typo.
Thanks Lioncash. This broke a small range of old savestates.
This commit is contained in:
parent
f9948b674e
commit
9d97eb5b12
@ -497,7 +497,7 @@ void PsmfPlayer::DoState(PointerWrap &p) {
|
||||
p.Do(psmfPlayerAtracAu);
|
||||
}
|
||||
p.Do(psmfPlayerAvcAu);
|
||||
if (s >= 6) {
|
||||
if (s >= 7) {
|
||||
bool hasFinishThread = finishThread != NULL;
|
||||
p.Do(hasFinishThread);
|
||||
if (hasFinishThread) {
|
||||
|
Loading…
Reference in New Issue
Block a user