aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/timer.cpp
AgeCommit message (Expand)Author
2015-01-09Kernel: Start using boost::intrusive_ptr for lifetime managementYuri Kunde Schlesner
2015-01-09Thread: Reduce use of Handles and move some funcs to inside the class.Yuri Kunde Schlesner
2015-01-08SVC: Implemented the Timer service calls.Subv