mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +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);
|
PSPDialog::DoState(p);
|
||||||
|
|
||||||
auto s = p.Section("PSPOskDialog", 2);
|
auto s = p.Section("PSPOskDialog", 1, 2);
|
||||||
if (!s)
|
if (!s)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user