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
/
syscall.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanups to SVC CreateThread
bunnei
2014-05-17
1
-8
/
+15
*
- added SVC stubs for QueryMemory and GetThreadId
bunnei
2014-05-16
1
-2
/
+14
*
- added ThreadContext struct
bunnei
2014-05-16
1
-8
/
+12
*
added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter decoding for now)
bunnei
2014-05-14
1
-6
/
+37
*
removed unnecessary log message
bunnei
2014-05-08
1
-1
/
+1
*
- added debug logging to syscall.cpp
bunnei
2014-05-07
1
-134
/
+162
*
- added some function wrappers for HLE
bunnei
2014-05-02
1
-2
/
+17
*
fixed bug where svc_ControlMemory was not properly getting passed in parameters
bunnei
2014-04-25
1
-2
/
+2
*
- added preliminary support for svc_MapMemoryBlock
bunnei
2014-04-25
1
-4
/
+34
*
renamed hw_lcd module to just lcd
bunnei
2014-04-18
1
-2
/
+0
*
added GSP heap memory allocation
bunnei
2014-04-18
1
-1
/
+25
*
- fixed tabs in function_wrappers.h
bunnei
2014-04-17
1
-126
/
+138
*
- added HLE to connect to "srv:" service
bunnei
2014-04-13
1
-128
/
+138
*
- renamed hle_syscall to just syscall
bunnei
2014-04-12
1
-0
/
+153