mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Merge branch 'desync-fixes' into movie-fixes
This commit is contained in:
@ -71,7 +71,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 int STATE_VERSION = 8;
|
||||
static const int STATE_VERSION = 9;
|
||||
|
||||
struct StateHeader
|
||||
{
|
||||
|
Reference in New Issue
Block a user