Boot: Move initial UpdateWantDeterminism call earlier

Just to make the InitializeWiiRoot call a bit neater.
This commit is contained in:
JosJuice
2021-03-18 22:59:59 +01:00
parent 1dfeb73589
commit 74343b4276
2 changed files with 4 additions and 5 deletions

View File

@ -231,8 +231,6 @@ bool Init(std::unique_ptr<BootParameters> boot, const WindowSystemInfo& wsi)
// Drain any left over jobs
HostDispatchJobs();
Core::UpdateWantDeterminism(/*initial*/ true);
INFO_LOG_FMT(BOOT, "Starting core = {} mode", SConfig::GetInstance().bWii ? "Wii" : "GameCube");
INFO_LOG_FMT(BOOT, "CPU Thread separate = {}", SConfig::GetInstance().bCPUThread ? "Yes" : "No");