summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_hardware_timer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-23core_timing: use static typing for no-wait unscheduleLiam1-1/+2
2023-12-23core_timing: remove user data valueLiam1-10/+8
2023-09-20Reduce core timing mutex contentionKelebek11-1/+3
2023-01-14timing: wait for completion on unregisterLiam1-2/+4
2022-12-19kernel: remove TimeManagerLiam1-4/+3
2022-12-18kernel: add KHardwareTimerLiam1-0/+75