Merge pull request #7010 from leoetlino/can-of-worms

Don't switch to blank NAND in the middle of emulation
This commit is contained in:
JosJuice 2018-05-30 08:00:15 +02:00 committed by GitHub
commit ae4aa0b25c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -903,10 +903,6 @@ void UpdateWantDeterminism(bool initial)
// We need to clear the cache because some parts of the JIT depend on want_determinism,
// e.g. use of FMA.
JitInterface::ClearCache();
// Don't call InitializeWiiRoot during boot, because IOS already does it.
if (!initial)
Core::InitializeWiiRoot(s_wants_determinism);
});
}
}