mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-13 13:56:32 -05:00
IOS::HLE::EmulationKernel::InitIPC: Fix WiiIPC ack generation
This commit is contained in:
@@ -533,7 +533,7 @@ bool EmulationKernel::BootIOS(const u64 ios_title_id, HangPPC hang_ppc,
|
||||
|
||||
void EmulationKernel::InitIPC()
|
||||
{
|
||||
if (!Core::IsRunning(m_system))
|
||||
if (Core::GetState(m_system) == Core::State::Uninitialized)
|
||||
return;
|
||||
|
||||
INFO_LOG_FMT(IOS, "IPC initialised.");
|
||||
|
||||
Reference in New Issue
Block a user