mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Core: Move Emulation IOS instance to System.
This commit is contained in:
@ -1016,7 +1016,7 @@ void UpdateWantDeterminism(bool initial)
|
||||
|
||||
RunAsCPUThread([&] {
|
||||
s_wants_determinism = new_want_determinism;
|
||||
const auto ios = IOS::HLE::GetIOS();
|
||||
const auto ios = system.GetIOS();
|
||||
if (ios)
|
||||
ios->UpdateWantDeterminism(new_want_determinism);
|
||||
|
||||
|
Reference in New Issue
Block a user