aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/timer.h
AgeCommit message (Expand)Author
2015-02-02Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner
2015-02-02Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner
2015-02-02Kernel: Use separate Handle tables for CoreTiming userdataYuri Kunde Schlesner
2015-01-30Kernel: Mark all appropriate kernel objects as "final"Yuri Kunde Schlesner
2015-01-30Kernel: Convert Timer to (mostly) not use HandlesYuri Kunde Schlesner
2015-01-20core: Fix a few docstringsLioncash
2015-01-08SVC: Implemented the Timer service calls.Subv