index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
svc.cpp
Age
Commit message (
Expand
)
Author
2014-05-29
svc: changed unimplemented SVC log messages from "debug" messages to "error" ...
bunnei
2014-05-29
svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and vario...
bunnei
2014-05-27
svc: implemented WaitSynchronization1, WaitSynchronizationN, and CreateEvent
bunnei
2014-05-26
kernel: updated SyncRequest to take boolean thread wait result as a parameter
bunnei
2014-05-26
svc: added some assertions
bunnei
2014-05-26
svc: changed SendSyncRequest to use Kernel::Object SyncRequest (instead of ju...
bunnei
2014-05-26
svc: added stub for DuplicateHandle SVC call
bunnei
2014-05-22
svc: added a check to ensure that a service was implemented before attempting...
bunnei
2014-05-22
thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reaso...
bunnei
2014-05-22
thread: removed unused SwitchContext/Reschedule reason field, added missing a...
bunnei
2014-05-21
svc: added Kernel::Reschedule to svc WaitSynchronization1, updated log messag...
bunnei
2014-05-20
svc: enabled use of newly created kernel thread handle
bunnei
2014-05-20
mutex: refactored the interface to code to return a Mutex* handle
bunnei
2014-05-20
mutex: initial commit of HLE module
bunnei
2014-05-20
svc: added some comments
bunnei
2014-05-20
thread: moved threading calls to the Kernel namespace
bunnei
2014-05-20
renamed "syscall" module to "svc" (more accurate naming)
bunnei