mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #11186 from GaryOderNichts/ios/device_creation
IOS::HLE::Kernel::InitIPC: Replace s_ios check with Core::IsRunning
This commit is contained in:
commit
79e09c3731
@ -481,7 +481,7 @@ bool Kernel::BootIOS(const u64 ios_title_id, HangPPC hang_ppc, const std::string
|
||||
|
||||
void Kernel::InitIPC()
|
||||
{
|
||||
if (s_ios == nullptr)
|
||||
if (!Core::IsRunning())
|
||||
return;
|
||||
|
||||
INFO_LOG_FMT(IOS, "IPC initialised.");
|
||||
|
Loading…
Reference in New Issue
Block a user