PowerPC: Add reservation monitor to save state

This commit is contained in:
CrystalGamma
2021-07-13 10:36:17 +02:00
parent d763d693e8
commit c991904e04
3 changed files with 5 additions and 3 deletions

View File

@ -73,7 +73,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 = 133; // Last changed in PR 9600
constexpr u32 STATE_VERSION = 134; // Last changed in PR 7896
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,