mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Adding MMU state values to state
because that allow the MMU state to be loaded
This commit is contained in:
@ -59,7 +59,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 = 18;
|
||||
static const u32 STATE_VERSION = 19;
|
||||
|
||||
enum
|
||||
{
|
||||
|
Reference in New Issue
Block a user