kernel: Remove the Timer class
A holdover from citra, the Horizon kernel on the switch has no prominent kernel object that functions as a timer. At least not to the degree of sophistication that this class provided. As such, this can be removed entirely. This class also wasn't used at all in any meaningful way within the core, so this was just code sitting around doing nothing. This also allows removing a few things from the main KernelCore class that allows it to use slightly less resources overall (though very minor and not anything really noticeable).
This commit is contained in:
parent
b0b027d2d0
commit
414cc1eb1f
9 changed files with 0 additions and 259 deletions
|
@ -25,7 +25,6 @@ enum class HandleType : u32 {
|
|||
Thread,
|
||||
Process,
|
||||
AddressArbiter,
|
||||
Timer,
|
||||
ResourceLimit,
|
||||
ClientPort,
|
||||
ServerPort,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue