mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
SaveState: Correct compat load with OSK changes.
This commit is contained in:
parent
ef4ecb0e83
commit
84cc212cfd
@ -1124,7 +1124,7 @@ void PSPOskDialog::DoState(PointerWrap &p)
|
||||
{
|
||||
PSPDialog::DoState(p);
|
||||
|
||||
auto s = p.Section("PSPOskDialog", 2);
|
||||
auto s = p.Section("PSPOskDialog", 1, 2);
|
||||
if (!s)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user