mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
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:
@ -903,10 +903,6 @@ void UpdateWantDeterminism(bool initial)
|
|||||||
// We need to clear the cache because some parts of the JIT depend on want_determinism,
|
// We need to clear the cache because some parts of the JIT depend on want_determinism,
|
||||||
// e.g. use of FMA.
|
// e.g. use of FMA.
|
||||||
JitInterface::ClearCache();
|
JitInterface::ClearCache();
|
||||||
|
|
||||||
// Don't call InitializeWiiRoot during boot, because IOS already does it.
|
|
||||||
if (!initial)
|
|
||||||
Core::InitializeWiiRoot(s_wants_determinism);
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user