diff --git a/Source/Core/Core/IOS/IOS.cpp b/Source/Core/Core/IOS/IOS.cpp index dda0ac955f..90d63c0f4f 100644 --- a/Source/Core/Core/IOS/IOS.cpp +++ b/Source/Core/Core/IOS/IOS.cpp @@ -622,8 +622,6 @@ void Kernel::HandleIPCEvent(u64 userdata) UpdateIPC(); } -// This is called every IPC_HLE_PERIOD from SystemTimers.cpp -// Takes care of routing ipc <-> ipc HLE void Kernel::UpdateIPC() { if (!IsReady())