Skip to content

Commit

Permalink
Merge pull request #3045 from lioncash/state
Browse files Browse the repository at this point in the history
State: Increase savestate version
  • Loading branch information
Tilka committed Sep 16, 2015
2 parents ca7b999 + 227c3aa commit 84f4c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/State.cpp
Expand Up @@ -66,7 +66,7 @@ static Common::Event g_compressAndDumpStateSyncEvent;
static std::thread g_save_thread;

// Don't forget to increase this after doing changes on the savestate system
static const u32 STATE_VERSION = 46; // Last changed in PR 2686
static const u32 STATE_VERSION = 47; // Last changed in PR 3045

// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,
Expand Down

0 comments on commit 84f4c44

Please sign in to comment.