Core: Bump savestate version.

This commit is contained in:
lightningterror 2022-07-15 13:13:51 +02:00
parent d3accbc085
commit e1e7791dff
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ enum class FreezeAction
// [SAVEVERSION+]
// This informs the auto updater that the users savestates will be invalidated.
static const u32 g_SaveVersion = (0x9A2D << 16) | 0x0000;
static const u32 g_SaveVersion = (0x9A2E << 16) | 0x0000;
// the freezing data between submodules and core