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