Skip to content
Permalink
Browse files
Merge pull request #11186 from GaryOderNichts/ios/device_creation
IOS::HLE::Kernel::InitIPC: Replace s_ios check with Core::IsRunning
  • Loading branch information
leoetlino committed Oct 21, 2022
2 parents 00e23da + 2fb4566 commit 79e09c3
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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.");

0 comments on commit 79e09c3

Please sign in to comment.