summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/timer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-22Kernel: Added WaitObject and changed "waitable" objects inherit from it.bunnei1-9/+3
2015-01-09Kernel: Start using boost::intrusive_ptr for lifetime managementYuri Kunde Schlesner1-5/+5
2015-01-09Thread: Reduce use of Handles and move some funcs to inside the class.Yuri Kunde Schlesner1-4/+6
2015-01-09SVC: Implemented the Timer service calls.Subv1-0/+142