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.cpp
Age
Commit message (
Expand
)
Author
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2018-01-11
core: Include <algorithm> where used.
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-10
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGe...
Subv
2018-01-09
SVC: Fixed WaitSynchronization with multiple handles when none is immediately...
Subv
2018-01-09
SVC: Implemented CancelSynchronization.
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-08
Kernel: Actually wake up the requested number of threads in Semaphore::Release.
Subv
2018-01-08
Kernel: Properly keep track of mutex lock data in the guest memory. This fixe...
Subv
2018-01-08
Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback.
Subv
2018-01-07
svc: Implement svcSignalProcessWideKey.
bunnei
2018-01-06
svc: Implement svcWaitProcessWideKeyAtomic.
bunnei
2018-01-06
svc: Implement WaitSynchronization for a single handle.
bunnei
2018-01-06
svc: Refactor LockMutex code to use WaitSynchronization1.
bunnei
2018-01-04
svc: Add missing string_util include.
bunnei
2018-01-02
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2018-01-02
svc: Remove unnecessary "svc" prefix to naming scheme.
bunnei
2018-01-02
hle: Move SVC code to kernel namespace.
bunnei