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
/
kernel
/
svc_wrap.h
Age
Commit message (
Expand
)
Author
2018-06-21
Add additional missing format.
Michael Scire
2018-06-21
Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.
Michael Scire
2018-05-10
core: Implement multicore support.
bunnei
2018-04-02
svc: Stub out SetThreadActivity, GetThreadContext.
bunnei
2018-03-29
svc: Stub GetThreadCoreMask.
bunnei
2018-02-25
Add UnmapSharedMemory
N00byKing
2018-01-19
Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)
David
2018-01-14
svc: Implement svcMapSharedMemory.
bunnei
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2018-01-11
svc: Implement GetSystemTick.
bunnei
2018-01-10
svc: Stub ResetSignal and CreateTransferMemory
Subv
2018-01-10
svc: Stub SetMemoryAttribute
Subv
2018-01-09
SVC: Fixed WaitSynchronization with multiple handles when at least one of the...
Subv
2018-01-08
kernel: Rename Semaphore to ConditionVariable.
bunnei
2018-01-07
svc: Implement svcSignalProcessWideKey.
bunnei
2018-01-06
svc: Implement svcWaitProcessWideKeyAtomic.
bunnei
2018-01-02
hle: Move SVC code to kernel namespace.
bunnei