index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
timer.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: Move object class to its own source files
Lioncash
2018-08-02
1
-1
/
+1
*
kernel/timer: Make data members private where applicable
Lioncash
2018-07-26
1
-5
/
+17
*
Format: Run the new clang format on everything
James Rowe
2018-01-21
1
-1
/
+1
*
Kernel: Move WaitObject to a separate file
Yuri Kunde Schlesner
2017-05-30
1
-0
/
+1
*
Timers: Immediately signal the timer if it was started with an initial value of 0.
Subv
2017-02-22
1
-0
/
+8
*
Merge pull request #2397 from Subv/pulse
bunnei
2017-01-10
1
-0
/
+2
|
\
|
*
Kernel: Implemented Pulse event and timers.
Subv
2017-01-05
1
-0
/
+2
*
|
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2017-01-04
1
-2
/
+2
|
/
*
move ResetType to kernel.h
wwylele
2016-09-22
1
-1
/
+0
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-1
/
+0
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-8
/
+14
*
svc: Move ResetType enum to the kernel event header
Lioncash
2016-03-13
1
-1
/
+1
*
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
1
-1
/
+1
*
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-02-02
1
-1
/
+2
*
Kernel: Use separate Handle tables for CoreTiming userdata
Yuri Kunde Schlesner
2015-02-02
1
-0
/
+3
*
Kernel: Mark all appropriate kernel objects as "final"
Yuri Kunde Schlesner
2015-01-30
1
-1
/
+1
*
Kernel: Convert Timer to (mostly) not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-28
/
+41
*
core: Fix a few docstrings
Lioncash
2015-01-20
1
-1
/
+1
*
SVC: Implemented the Timer service calls.
Subv
2015-01-09
1
-0
/
+47