diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2024-02-06 03:31:34 +0100 |
|---|---|---|
| committer | Admiral H. Curtiss <pikachu025@gmail.com> | 2024-02-07 22:07:30 +0100 |
| commit | e6ee217a7ce81ffd2e84d978aaf960874ec2a91d (patch) | |
| tree | 9d48ec7921d7d77671331b3c3541fa1297d29c8f /Source/Core/DolphinQt/Debugger/NetworkWidget.cpp | |
| parent | ca81d8b8a635b58636b3e68b9ce7d7add49cccdf (diff) | |
Core: Move Emulation IOS instance to System.
Diffstat (limited to 'Source/Core/DolphinQt/Debugger/NetworkWidget.cpp')
| -rw-r--r-- | Source/Core/DolphinQt/Debugger/NetworkWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/Debugger/NetworkWidget.cpp b/Source/Core/DolphinQt/Debugger/NetworkWidget.cpp index d62cc3de8c..d825a22bb1 100644 --- a/Source/Core/DolphinQt/Debugger/NetworkWidget.cpp +++ b/Source/Core/DolphinQt/Debugger/NetworkWidget.cpp @@ -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; |
