index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
syscall.cpp
Age
Commit message (
Expand
)
Author
2014-05-20
renamed "syscall" module to "svc" (more accurate naming)
bunnei
2014-05-18
renamed "session" to "handle"
bunnei
2014-05-18
fix warning
bunnei
2014-05-18
renamed "UID" to "Handle" where appropriate
bunnei
2014-05-18
- added stub for CreateEvent
bunnei
2014-05-17
added stubbed function for WaitSynchronizationN
bunnei
2014-05-17
cleanups to SVC CreateThread
bunnei
2014-05-15
- added SVC stubs for QueryMemory and GetThreadId
bunnei
2014-05-15
- added ThreadContext struct
bunnei
2014-05-13
added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter d...
bunnei
2014-05-07
removed unnecessary log message
bunnei
2014-05-06
- added debug logging to syscall.cpp
bunnei
2014-05-01
- added some function wrappers for HLE
bunnei
2014-04-25
fixed bug where svc_ControlMemory was not properly getting passed in parameters
bunnei
2014-04-24
- added preliminary support for svc_MapMemoryBlock
bunnei
2014-04-17
renamed hw_lcd module to just lcd
bunnei
2014-04-17
added GSP heap memory allocation
bunnei
2014-04-16
- fixed tabs in function_wrappers.h
bunnei
2014-04-12
- added HLE to connect to "srv:" service
bunnei
2014-04-11
- renamed hle_syscall to just syscall
bunnei