mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Core: Move Emulation IOS instance to System.
This commit is contained in:
@ -483,7 +483,7 @@ void SetUserDirectory(std::string custom_path)
|
||||
|
||||
bool TriggerSTMPowerEvent()
|
||||
{
|
||||
const auto ios = IOS::HLE::GetIOS();
|
||||
const auto ios = Core::System::GetInstance().GetIOS();
|
||||
if (!ios)
|
||||
return false;
|
||||
|
||||
|
Reference in New Issue
Block a user