diff --git a/Source/Core/Core/Core.cpp b/Source/Core/Core/Core.cpp index 78a6e2f51a..9d3c89dd52 100644 --- a/Source/Core/Core/Core.cpp +++ b/Source/Core/Core/Core.cpp @@ -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); }); } }