suyu/src/yuzu/debugger
Lioncash 414cc1eb1f 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).
2019-01-31 23:05:15 -05:00
..
graphics Fixed uninitialized memory due to missing returns in canary 2018-12-19 12:52:32 +11:00
console.cpp yuzu - Fix duplicate logs 2018-07-12 01:11:43 -06:00
console.h Add configurable logging backends 2018-07-02 21:45:47 -04:00
profiler.cpp qt: Migrate to Qt 5 signal/slot connection syntax where applicable 2018-01-18 20:09:40 -05:00
profiler.h Massive removal of unused modules 2018-01-12 19:11:03 -07:00
wait_tree.cpp kernel: Remove the Timer class 2019-01-31 23:05:15 -05:00
wait_tree.h kernel: Remove the Timer class 2019-01-31 23:05:15 -05:00