summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc_wrap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* svc: Correct WaitSynchronization num_handles param typeMorph2021-11-031-2/+2
* fixup! hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.bunnei2021-05-061-3/+3
* hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.bunnei2021-05-061-3/+14
* hle: kernel: Migrate KResourceLimit to KAutoObject.bunnei2021-05-061-3/+16
* hle: kernel: svc: Use new handle table API for Process.bunnei2021-05-061-3/+5
* hle: kernel: Migrate KTransferMemory to KAutoObject.bunnei2021-05-061-5/+7
* hle: kernel: Recode implementation of KThread to be more accurate.bunnei2021-01-291-3/+53
* core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.bunnei2021-01-111-16/+22
* core: hle: kernel: Update KSynchronizationObject.bunnei2021-01-111-4/+5
* Revert "core: Fix clang build"bunnei2020-10-211-9/+8
* core: Fix clang buildLioncash2020-10-181-8/+9
* SVC: Implement 32-bits wrappers and update Dynarmic.Fernando Sahmkow2020-06-271-3/+102
* SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttribute32Fernando Sahmkow2020-06-271-0/+16
* SVC: Add GetThreadPriority32 & SetThreadPriority32Fernando Sahmkow2020-06-271-0/+18
* core: hle: Implement separate A32/A64 SVC interfaces.bunnei2020-03-031-42/+116
* kernel/svc: Correct function signature of SignalProcessWideKeyLioncash2019-12-111-5/+5
* kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNewLioncash2019-12-081-0/+11
* Implement MapPhysicalMemory/UnmapPhysicalMemoryMichael Scire2019-07-071-0/+5
* kernel/svc: Implement svcMapProcessCodeMemoryLioncash2019-04-131-0/+7
* kernel/svc: Deglobalize the supervisor call handlersLioncash2019-04-081-159/+193
* kernel/svc: Implement svcGetProcessListLioncash2019-04-021-0/+8
* 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