summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc_wrap.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)David2018-01-201-0/+9
| | | | | | | | | | | | * Added svcCreateSharedMemory * Services which are not implemented now throw UNIMPLEMENTED() * clang-format * changed perms to u32 * removed camelcase
* svc: Implement svcMapSharedMemory.bunnei2018-01-141-0/+5
|
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
|
* svc: Implement GetSystemTick.bunnei2018-01-121-0/+8
|
* svc: Stub ResetSignal and CreateTransferMemorySubv2018-01-111-0/+8
|
* svc: Stub SetMemoryAttributeSubv2018-01-111-0/+6
|
* SVC: Fixed WaitSynchronization with multiple handles when at least one of them is ready.Subv2018-01-091-2/+5
|
* kernel: Rename Semaphore to ConditionVariable.bunnei2018-01-091-1/+1
|
* svc: Implement svcSignalProcessWideKey.bunnei2018-01-071-2/+2
|
* svc: Implement svcWaitProcessWideKeyAtomic.bunnei2018-01-061-0/+5
|
* hle: Move SVC code to kernel namespace.bunnei2018-01-031-0/+155