index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
timer.h
Age
Commit message (
Expand
)
Author
2018-07-26
kernel/timer: Make data members private where applicable
Lioncash
2018-01-20
Format: Run the new clang format on everything
James Rowe
2017-05-29
Kernel: Move WaitObject to a separate file
Yuri Kunde Schlesner
2017-02-21
Timers: Immediately signal the timer if it was started with an initial value ...
Subv
2017-01-10
Merge pull request #2397 from Subv/pulse
bunnei
2017-01-05
Kernel: Implemented Pulse event and timers.
Subv
2017-01-04
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2016-09-22
move ResetType to kernel.h
wwylele
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-03-12
svc: Move ResetType enum to the kernel event header
Lioncash
2015-02-02
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-02-02
Kernel: Use separate Handle tables for CoreTiming userdata
Yuri Kunde Schlesner
2015-01-30
Kernel: Mark all appropriate kernel objects as "final"
Yuri Kunde Schlesner
2015-01-30
Kernel: Convert Timer to (mostly) not use Handles
Yuri Kunde Schlesner
2015-01-20
core: Fix a few docstrings
Lioncash
2015-01-08
SVC: Implemented the Timer service calls.
Subv