summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/timer.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-13svc: Move ResetType enum to the kernel event headerLioncash1-1/+1
2015-02-02Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner1-1/+1
They're finally unnecessary, and will stop cluttering the application's handle table.
2015-02-02Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner1-1/+2
This should speed up compile times a bit, as well as enable more liberal use of forward declarations. (Due to SharedPtr not trying to emit the destructor anymore.)
2015-02-02Kernel: Use separate Handle tables for CoreTiming userdataYuri Kunde Schlesner1-0/+3
This is to support the removal of GetHandle soon
2015-01-30Kernel: Mark all appropriate kernel objects as "final"Yuri Kunde Schlesner1-1/+1
2015-01-30Kernel: Convert Timer to (mostly) not use HandlesYuri Kunde Schlesner1-28/+41
2015-01-20core: Fix a few docstringsLioncash1-1/+1
2015-01-09SVC: Implemented the Timer service calls.Subv1-0/+47