IOS::HLE::EmulationKernel::InitIPC: Fix WiiIPC ack generation
This commit is contained in:
parent
0a9d869518
commit
82b97ca904
|
@ -533,7 +533,7 @@ bool EmulationKernel::BootIOS(const u64 ios_title_id, HangPPC hang_ppc,
|
||||||
|
|
||||||
void EmulationKernel::InitIPC()
|
void EmulationKernel::InitIPC()
|
||||||
{
|
{
|
||||||
if (!Core::IsRunning(m_system))
|
if (Core::GetState(m_system) == Core::State::Uninitialized)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
INFO_LOG_FMT(IOS, "IPC initialised.");
|
INFO_LOG_FMT(IOS, "IPC initialised.");
|
||||||
|
|
Loading…
Reference in New Issue