IOS: Emulate IOS boot timings

This commit is contained in:
Léo Lam 2021-02-26 15:21:36 +01:00
commit a658cbce16
No known key found for this signature in database
GPG key ID: 0DF30F9081000741
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,