From 35e3775a7713a7d70b201f4edfc31bebfc535434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 25 Feb 2018 23:55:33 +0100 Subject: [PATCH] IOS: Remove outdated comment --- Source/Core/Core/IOS/IOS.cpp | 2 -- 1 file changed, 2 deletions(-) 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())