mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-04 15:06:25 +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;
|
||||
saveDataList = 0;
|
||||
saveDataListCount = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user