mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-14 20:18:59 +00:00
MMIO: Port the MI MMIOs to the new interface (and rework that module extensively).
This commit is contained in:
parent
f1dba04be7
commit
b7a0c34906
4 changed files with 204 additions and 41 deletions
|
@ -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 = 21;
|
||||
static const u32 STATE_VERSION = 22;
|
||||
|
||||
enum
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue