forked from dolphin-emu/dolphin
Increased the savestate internal version.
Added a small note for instant dma.
This commit is contained in:
@@ -63,7 +63,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 = 34;
|
||||
static const u32 STATE_VERSION = 35;
|
||||
|
||||
enum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user