Core: Remove useless InitializeWiiRoot call
This commit is contained in:
parent
8b67a3ada3
commit
3eecf67a2a
|
@ -964,6 +964,9 @@ void UpdateWantDeterminism(bool initial)
|
||||||
// We need to clear the cache because some parts of the JIT depend on want_determinism, e.g. use
|
// We need to clear the cache because some parts of the JIT depend on want_determinism, e.g. use
|
||||||
// of FMA.
|
// of FMA.
|
||||||
JitInterface::ClearCache();
|
JitInterface::ClearCache();
|
||||||
|
|
||||||
|
// Don't call InitializeWiiRoot during boot, because IOS already does it.
|
||||||
|
if (!initial)
|
||||||
Core::InitializeWiiRoot(s_wants_determinism);
|
Core::InitializeWiiRoot(s_wants_determinism);
|
||||||
|
|
||||||
Core::PauseAndLock(false, was_unpaused);
|
Core::PauseAndLock(false, was_unpaused);
|
||||||
|
|
Loading…
Reference in New Issue