mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Core: Add System parameter to CPUThreadGuard.
This commit is contained in:
@ -914,7 +914,7 @@ static void FinishPPCBootstrap(Core::System& system, u64 userdata, s64 cycles_la
|
||||
ReleasePPC();
|
||||
|
||||
ASSERT(Core::IsCPUThread());
|
||||
Core::CPUThreadGuard guard;
|
||||
Core::CPUThreadGuard guard(system);
|
||||
SConfig::OnNewTitleLoad(guard);
|
||||
|
||||
INFO_LOG_FMT(IOS, "Bootstrapping done.");
|
||||
|
Reference in New Issue
Block a user