mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
Core: Move Emulation IOS instance to System.
This commit is contained in:
parent
ca81d8b8a6
commit
e6ee217a7c
21 changed files with 65 additions and 51 deletions
|
@ -252,7 +252,7 @@ void NetworkWidget::Update()
|
|||
// needed because there's a race condition on the IOS instance otherwise
|
||||
Core::CPUThreadGuard guard(Core::System::GetInstance());
|
||||
|
||||
auto* ios = IOS::HLE::GetIOS();
|
||||
auto* ios = guard.GetSystem().GetIOS();
|
||||
if (!ios)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue