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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
svc: Make ResetType an enum class
Lioncash
2016-03-12
1
-1
/
+1
*
HLE/Timers: Reset OneShot timers when they are acquired instead of when they're triggered.
Subv
2015-12-30
1
-3
/
+3
*
general: Silence some warnings when using clang
Lioncash
2015-09-16
1
-2
/
+4
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
1
-1
/
+1
*
Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.
bunnei
2015-05-21
1
-0
/
+4
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+2
*
Kernel: Properly initialize and shutdown all modules.
bunnei
2015-05-02
1
-1
/
+2
*
Kernel: Use the correct format string for u64 hex.
Emmanuel Gil Peyrot
2015-04-14
1
-1
/
+1
*
Build: Fixed some warnings
Subv
2015-02-12
1
-1
/
+1
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-11
1
-1
/
+1
*
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
1
-4
/
+3
*
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-02-02
1
-0
/
+3
*
Kernel: Use separate Handle tables for CoreTiming userdata
Yuri Kunde Schlesner
2015-02-02
1
-7
/
+8
*
Kernel: Remove previous scheduled event when a Timer is re-Set
Yuri Kunde Schlesner
2015-02-02
1
-0
/
+3
*
Kernel: Convert Timer to (mostly) not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-76
/
+31
*
Kernel: Remove useless/duplicated comments; mark functions static
Yuri Kunde Schlesner
2015-01-30
1
-1
/
+1
*
Kernel: Renamed some functions for clarity.
bunnei
2015-01-22
1
-1
/
+1
*
Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.
bunnei
2015-01-22
1
-4
/
+4
*
WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual.
bunnei
2015-01-22
1
-1
/
+1
*
Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.
bunnei
2015-01-22
1
-7
/
+2
*
WaitSynchronizationN: Refactor to fix several bugs
bunnei
2015-01-22
1
-3
/
+3
*
Kernel: Separate WaitSynchronization into Wait and Acquire methods.
bunnei
2015-01-22
1
-1
/
+5
*
WaitSynchronizationN: Implement return values
bunnei
2015-01-22
1
-3
/
+3
*
Kernel: Added WaitObject and changed "waitable" objects inherit from it.
bunnei
2015-01-22
1
-9
/
+3
*
Kernel: Start using boost::intrusive_ptr for lifetime management
Yuri Kunde Schlesner
2015-01-09
1
-5
/
+5
*
Thread: Reduce use of Handles and move some funcs to inside the class.
Yuri Kunde Schlesner
2015-01-09
1
-4
/
+6
*
SVC: Implemented the Timer service calls.
Subv
2015-01-09
1
-0
/
+142