Savestate version bump

This commit is contained in:
refractionpcsx2 2021-08-31 20:47:47 +01:00
parent d8dfe0a1e9
commit 553d8ccbb4
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ enum class FreezeAction
// the lower 16 bit value. IF the change is breaking of all compatibility with old
// states, increment the upper 16 bit value, and clear the lower 16 bits to 0.
static const u32 g_SaveVersion = (0x9A22 << 16) | 0x0000;
static const u32 g_SaveVersion = (0x9A23 << 16) | 0x0000;
// the freezing data between submodules and core
// an interesting thing to note is that this dates back from before plugin