WiimoteEmu: MotionPlus is now working.

This commit is contained in:
Jordan Woyak 2019-01-17 09:35:08 -06:00
commit 9554ece874
9 changed files with 533 additions and 253 deletions

View file

@ -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,