mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-25 18:58:43 +00:00
Increase save state version.
This commit is contained in:
parent
202054708b
commit
a3d1b9aba7
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ static Common::Event g_compressAndDumpStateSyncEvent;
|
||||||
static std::thread g_save_thread;
|
static std::thread g_save_thread;
|
||||||
|
|
||||||
// Don't forget to increase this after doing changes on the savestate system
|
// Don't forget to increase this after doing changes on the savestate system
|
||||||
static const u32 STATE_VERSION = 20;
|
static const u32 STATE_VERSION = 21;
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue