TMEM: Handle savestate and init

This commit is contained in:
Scott Mansell
2021-10-10 15:49:59 +13:00
parent 88bd10cd30
commit a33cf27885
5 changed files with 27 additions and 4 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 = 138; // Last changed in PR 9670
constexpr u32 STATE_VERSION = 139; // Last changed in PR 8350
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,