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
/
svc.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
svc: implemented WaitSynchronization1, WaitSynchronizationN, and CreateEvent
bunnei
2014-05-28
1
-14
/
+54
*
kernel: updated SyncRequest to take boolean thread wait result as a parameter
bunnei
2014-05-27
1
-2
/
+9
*
svc: added some assertions
bunnei
2014-05-27
1
-6
/
+4
*
svc: changed SendSyncRequest to use Kernel::Object SyncRequest (instead of just service Interface class)
bunnei
2014-05-27
1
-2
/
+2
*
svc: added stub for DuplicateHandle SVC call
bunnei
2014-05-27
1
-1
/
+8
*
svc: added a check to ensure that a service was implemented before attempting to connect to its port
bunnei
2014-05-23
1
-1
/
+5
*
thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reason" argument
bunnei
2014-05-23
1
-2
/
+2
*
thread: removed unused SwitchContext/Reschedule reason field, added missing arg parameter to SVC CreateThread
bunnei
2014-05-23
1
-8
/
+5
*
svc: added Kernel::Reschedule to svc WaitSynchronization1, updated log messages to include newly created handles
bunnei
2014-05-22
1
-4
/
+7
*
svc: enabled use of newly created kernel thread handle
bunnei
2014-05-21
1
-5
/
+5
*
mutex: refactored the interface to code to return a Mutex* handle
bunnei
2014-05-21
1
-1
/
+1
*
mutex: initial commit of HLE module
bunnei
2014-05-21
1
-4
/
+5
*
svc: added some comments
bunnei
2014-05-21
1
-0
/
+7
*
thread: moved threading calls to the Kernel namespace
bunnei
2014-05-21
1
-2
/
+2
*
renamed "syscall" module to "svc" (more accurate naming)
bunnei
2014-05-21
1
-0
/
+350