mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +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
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue