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
*
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
2018-01-09
1
-6
/
+3
*
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-19
1
-1
/
+1
*
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-05-30
1
-0
/
+1
*
Timer: restore missing signaled=true from #2421
wwylele
2017-02-27
1
-0
/
+2
*
Fix log entry in timer::signal (#2600)
B3n30
2017-02-27
1
-1
/
+1
*
Timers: Immediately signal the timer if it was started with an initial value of 0.
Subv
2017-02-22
1
-16
/
+23
*
Merge pull request #2397 from Subv/pulse
bunnei
2017-01-10
1
-5
/
+7
|
\
|
*
Kernel: Implemented Pulse event and timers.
Subv
2017-01-05
1
-5
/
+7
*
|
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2017-01-04
1
-3
/
+3
|
/
*
Threading: Reworked the way our scheduler works.
Subv
2016-12-04
1
-4
/
+0
*
Kernel/Events: Log an error when trying to create Pulse events and timers.
Subv
2016-11-19
1
-0
/
+5
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+1
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-6
/
+3
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-8
/
+11
*
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