Core: Savestate version bump

This commit is contained in:
refractionpcsx2
2022-01-05 17:13:50 +00:00
parent a7bafb60e9
commit 0312e9026d
+1 -1
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 = (0x9A2B << 16) | 0x0000;
static const u32 g_SaveVersion = (0x9A2C << 16) | 0x0000;
// the freezing data between submodules and core
// an interesting thing to note is that this dates back from before plugin