index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
event.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Alter the kernel string functions to use std::string instead of const c...
Lioncash
2014-08-17
1
-2
/
+2
*
Kernel: Updated Event and Mutex to specify handle that they are blocking for.
bunnei
2014-08-05
1
-1
/
+1
*
Event: Updated several log messages to be assertions.
bunnei
2014-06-13
1
-16
/
+8
*
Kernel: Updated various kernel function "name" arguments to be const references.
bunnei
2014-06-13
1
-2
/
+2
*
Kernel: Updated several member functions to be const
bunnei
2014-06-13
1
-3
/
+3
*
Kernel: Made SyncRequest not pure virtual, with a default implementation of e...
bunnei
2014-06-13
1
-11
/
+0
*
Kernel: Added real support for thread and event blocking
bunnei
2014-06-13
1
-12
/
+59
*
svc: added optional name field to Event and Mutex (used for debugging)
bunnei
2014-06-02
1
-3
/
+8
*
event: added a hackish ability to set an event as "locked" to its current sta...
bunnei
2014-06-01
1
-4
/
+24
*
event: added support for ClearEvent, fixed a bug with CreateEvent, fixed some...
bunnei
2014-05-29
1
-7
/
+11
*
event: added SetEventLocked method to change status an events lock
bunnei
2014-05-27
1
-0
/
+11
*
kernel: added event module to support creation of CTR "Event" objects
bunnei
2014-05-27
1
-0
/
+91