mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-04 23:16:41 +00:00
Arg, missed a crash in savedata for states.
This commit is contained in:
parent
020f69e5fb
commit
848a2e2d2a
@ -412,6 +412,7 @@ void SavedataParam::Clear()
|
|||||||
|
|
||||||
delete[] saveDataList;
|
delete[] saveDataList;
|
||||||
saveDataList = 0;
|
saveDataList = 0;
|
||||||
|
saveDataListCount = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user