SaveState: Bump version

[SAVEVERSION+] 44e69a9 changed the size of the microVU state struct, which is saved
(to resume incomplete micros), without bumping the version.
This commit is contained in:
Connor McLaughlin
2022-12-05 04:07:15 +01:00
committed by lightningterror
parent 57f0ebbff9
commit 7e939b7535
+1 -1
View File
@@ -36,7 +36,7 @@ enum class FreezeAction
// [SAVEVERSION+] // [SAVEVERSION+]
// This informs the auto updater that the users savestates will be invalidated. // This informs the auto updater that the users savestates will be invalidated.
static const u32 g_SaveVersion = (0x9A33 << 16) | 0x0000; static const u32 g_SaveVersion = (0x9A34 << 16) | 0x0000;
// the freezing data between submodules and core // the freezing data between submodules and core