summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc_wrap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel/svc: Correct output parameter for svcGetProcessIdLioncash2018-12-191-1/+9
* Merge pull request #1899 from lioncash/statebunnei2018-12-141-17/+5
|\
| * svc: Enable svcQueryProcessMemoryLioncash2018-12-121-0/+5
| * svc: Handle memory writing explicitly within QueryProcessMemoryLioncash2018-12-121-17/+0
| * vm_manager: Migrate memory querying to the VMManager interfaceLioncash2018-12-121-1/+1
| * vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.hLioncash2018-12-121-1/+1
* | svc_wrap: Correct register index for a wrapper specializationLioncash2018-12-121-1/+1
|/
* kernel/svc: Implement svcCreateEvent()Lioncash2018-12-041-0/+13
* svc: Implement svcCreateResourceLimit()Lioncash2018-11-271-0/+8
* Stubbed SetMemoryPermissionFrederic Laing2018-11-031-0/+5
* svc: Implement svcGetProcessInfoLioncash2018-10-131-0/+8
* Changed all casts in svc_wrap.h to be static_cast insteadDavid Marcec2018-10-101-25/+28
* Fixed incorrect types for svcBreakDavid Marcec2018-10-101-0/+5
* kernel/svc: Implement svcGetThreadContext()Lioncash2018-09-301-0/+5
* svc_wrap: Convert the PARAM macro into a functionLioncash2018-09-181-37/+36
* svc: Correct parameter type for OutputDebugString()Lioncash2018-09-121-2/+2
* Add additional missing format.Michael Scire2018-06-221-2/+6
* Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.Michael Scire2018-06-211-0/+10
* core: Implement multicore support.bunnei2018-05-111-12/+12
* svc: Stub out SetThreadActivity, GetThreadContext.bunnei2018-04-031-0/+5
* svc: Stub GetThreadCoreMask.bunnei2018-03-301-0/+15
* Add UnmapSharedMemoryN00byKing2018-02-251-0/+5
* Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)David2018-01-201-0/+9
* 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