Skip to content

Commit

Permalink
Savestate: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
refractionpcsx2 committed Dec 26, 2021
1 parent d775a93 commit a0c8ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/SaveState.h
Expand Up @@ -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 = (0x9A29 << 16) | 0x0000;
static const u32 g_SaveVersion = (0x9A2A << 16) | 0x0000;

// the freezing data between submodules and core
// an interesting thing to note is that this dates back from before plugin
Expand Down

0 comments on commit a0c8ad9

Please sign in to comment.