mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-03 18:54:53 +00:00
IOS::HLE::Kernel::InitIPC: Replace s_ios check with Core::IsRunning
This commit is contained in:
parent
9aece1810c
commit
2fb45660b3
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ bool Kernel::BootIOS(const u64 ios_title_id, HangPPC hang_ppc, const std::string
|
||||||
|
|
||||||
void Kernel::InitIPC()
|
void Kernel::InitIPC()
|
||||||
{
|
{
|
||||||
if (s_ios == nullptr)
|
if (!Core::IsRunning())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
INFO_LOG_FMT(IOS, "IPC initialised.");
|
INFO_LOG_FMT(IOS, "IPC initialised.");
|
||||||
|
|
Loading…
Add table
Reference in a new issue