diff --git a/Source/Core/Core/IOS/IOS.cpp b/Source/Core/Core/IOS/IOS.cpp index 5e2afcb645..341f204d66 100644 --- a/Source/Core/Core/IOS/IOS.cpp +++ b/Source/Core/Core/IOS/IOS.cpp @@ -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.");