mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-24 10:53:11 +00:00
Fix typo breaking old savestates.
This commit is contained in:
parent
fd1a748b63
commit
3d29b0d278
@ -173,7 +173,7 @@ public:
|
||||
}
|
||||
|
||||
void DoState(PointerWrap &p) override {
|
||||
auto s = p.Section("FileNode", 2);
|
||||
auto s = p.Section("FileNode", 1, 2);
|
||||
if (!s)
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user