mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
WiimoteEmu: MotionPlus is now working.
This commit is contained in:
parent
127b4e77ec
commit
9554ece874
9 changed files with 533 additions and 253 deletions
|
@ -74,7 +74,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 = 108; // Last changed in PR 7870
|
||||
static const u32 STATE_VERSION = 109; // Last changed in PR 7861
|
||||
|
||||
// Maps savestate versions to Dolphin versions.
|
||||
// Versions after 42 don't need to be added to this list,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue