Core: Bump savestate version.

[SAVEVERSION+]
This commit is contained in:
lightningterror 2025-06-02 01:30:50 +02:00
parent 2162a72831
commit 50bc0193ac
1 changed files with 1 additions and 1 deletions

View File

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