Core: Avoid (Some) Global System Accessor

This commit is contained in:
mitaclaw 2024-03-18 01:35:42 -07:00
commit f09b71582e
16 changed files with 54 additions and 51 deletions

View file

@ -146,7 +146,7 @@ bool BootCore(Core::System& system, std::unique_ptr<BootParameters> boot,
system.Initialize();
Core::UpdateWantDeterminism(/*initial*/ true);
Core::UpdateWantDeterminism(system, /*initial*/ true);
if (system.IsWii())
{