mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
Add Y2R event delay
This commit is contained in:
parent
29d9ed7224
commit
1c9a3ac3d3
7 changed files with 40 additions and 8 deletions
|
@ -399,3 +399,5 @@ std::string Kernel::getProcessName(u32 pid) {
|
|||
Helpers::panic("Attempted to name non-current process");
|
||||
}
|
||||
}
|
||||
|
||||
Scheduler& Kernel::getScheduler() { return cpu.getScheduler(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue