Core: Move Emulation IOS instance to System.

This commit is contained in:
Admiral H. Curtiss 2024-02-06 03:31:34 +01:00
commit e6ee217a7c
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
21 changed files with 65 additions and 51 deletions

View file

@ -209,7 +209,7 @@ void WiimoteControllersWidget::ConnectWidgets()
void WiimoteControllersWidget::OnBluetoothPassthroughResetPressed()
{
const auto ios = IOS::HLE::GetIOS();
const auto ios = Core::System::GetInstance().GetIOS();
if (!ios)
{
@ -226,7 +226,7 @@ void WiimoteControllersWidget::OnBluetoothPassthroughResetPressed()
void WiimoteControllersWidget::OnBluetoothPassthroughSyncPressed()
{
const auto ios = IOS::HLE::GetIOS();
const auto ios = Core::System::GetInstance().GetIOS();
if (!ios)
{