Skip to content
Permalink
Browse files
Merge pull request #7010 from leoetlino/can-of-worms
Don't switch to blank NAND in the middle of emulation
  • Loading branch information
JosJuice committed May 30, 2018
2 parents 243f353 + a4ec3dd commit ae4aa0b
Showing 1 changed file with 0 additions and 4 deletions.
@@ -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);
});
}
}

0 comments on commit ae4aa0b

Please sign in to comment.