mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
IOS: Remove outdated comment
This commit is contained in:
parent
fa89614b07
commit
35e3775a77
1 changed files with 0 additions and 2 deletions
|
@ -622,8 +622,6 @@ void Kernel::HandleIPCEvent(u64 userdata)
|
||||||
UpdateIPC();
|
UpdateIPC();
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is called every IPC_HLE_PERIOD from SystemTimers.cpp
|
|
||||||
// Takes care of routing ipc <-> ipc HLE
|
|
||||||
void Kernel::UpdateIPC()
|
void Kernel::UpdateIPC()
|
||||||
{
|
{
|
||||||
if (!IsReady())
|
if (!IsReady())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue