Merge pull request #9300 from leoetlino/ncd-wd-fixes

IOS: WD and NCD fixes
This commit is contained in:
Pierre Bourdon
2021-01-06 00:51:33 +01:00
committed by GitHub
9 changed files with 463 additions and 38 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
constexpr u32 STATE_VERSION = 126; // Last changed in PR 9348
constexpr u32 STATE_VERSION = 127; // Last changed in PR 9300
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,