summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/timer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-22Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.bunnei1-7/+2
2015-01-22WaitSynchronizationN: Refactor to fix several bugsbunnei1-3/+3
2015-01-22Kernel: Separate WaitSynchronization into Wait and Acquire methods.bunnei1-1/+5
2015-01-22WaitSynchronizationN: Implement return valuesbunnei1-3/+3
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