IOS: Emulate IOS boot timings

This commit is contained in:
Léo Lam
2021-02-26 15:21:36 +01:00
parent 820c4836d7
commit a658cbce16
3 changed files with 32 additions and 5 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 = 129; // Last changed in PR 9511
constexpr u32 STATE_VERSION = 130; // Last changed in PR 9545
// Maps savestate versions to Dolphin versions.
// Versions after 42 don't need to be added to this list,