Core: Bump savestate version.
Some checks failed
🐧 Linux Builds / AppImage (push) Waiting to run
🐧 Linux Builds / Flatpak (push) Waiting to run
🍎 MacOS Builds / Defaults (push) Waiting to run
🖥️ Windows Builds / Lint VS Project Files (push) Waiting to run
🖥️ Windows Builds / SSE4 (push) Blocked by required conditions
🖥️ Windows Builds / AVX2 (push) Blocked by required conditions
🖥️ Windows Builds / CMake (push) Waiting to run
🏭 Update Controller Database / update-controller-db (push) Has been cancelled

[SAVEVERSION+]
This commit is contained in:
JordanTheToaster 2025-11-03 00:48:00 +00:00 committed by Ty
parent b661a2a149
commit 68803229da

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 = (0x9A54 << 16) | 0x0000;
static const u32 g_SaveVersion = (0x9A55 << 16) | 0x0000;
// the freezing data between submodules and core