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
/
event.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
svc: Move ResetType enum to the kernel event header
Lioncash
2016-03-13
1
-1
/
+7
*
Kernel: Remove unused member from Event
Yuri Kunde Schlesner
2015-07-12
1
-1
/
+0
*
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: Mark all appropriate kernel objects as "final"
Yuri Kunde Schlesner
2015-01-30
1
-1
/
+1
*
Kernel: Convert Event to not use Handles
Yuri Kunde Schlesner
2015-01-30
1
-21
/
+30
*
Event: Fixed some bugs and cleanup (Subv)
bunnei
2015-01-22
1
-7
/
+2
*
Event: Get rid of permanent_lock hack.
bunnei
2015-01-22
1
-7
/
+0
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
Remove duplicated docs/update them for changed parameters.
Yuri Kunde Schlesner
2014-11-24
1
-4
/
+0
*
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-24
1
-4
/
+4
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
2014-11-19
1
-1
/
+1
*
Kernel: Updated various kernel function "name" arguments to be const references.
bunnei
2014-06-13
1
-1
/
+1
*
Kernel: Added real support for thread and event blocking
bunnei
2014-06-13
1
-0
/
+7
*
svc: added optional name field to Event and Mutex (used for debugging)
bunnei
2014-06-03
1
-1
/
+2
*
event: added a hackish ability to set an event as "locked" to its current state, cleaned up some comments
bunnei
2014-06-01
1
-0
/
+8
*
event: added support for ClearEvent, fixed a bug with CreateEvent, fixed some comments
bunnei
2014-05-30
1
-2
/
+3
*
event: fixed typos and updated CMakeLists
bunnei
2014-05-28
1
-1
/
+1
*
event: added SetEventLocked method to change status an events lock
bunnei
2014-05-28
1
-0
/
+7
*
kernel: added event module to support creation of CTR "Event" objects
bunnei
2014-05-28
1
-0
/
+28