mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update savestate revision
This commit is contained in:
parent
8790082a56
commit
2d39b3cb2c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ namespace SaveState
|
|||
typedef void (*Callback)(bool status, void *cbUserData);
|
||||
|
||||
// TODO: Better place for this?
|
||||
const int REVISION = 3;
|
||||
const int REVISION = 4;
|
||||
const int SAVESTATESLOTS = 5;
|
||||
|
||||
void Init();
|
||||
|
|
Loading…
Add table
Reference in a new issue