aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/svc_wrap.h
AgeCommit message (Expand)Author
2022-02-15kernel: svc: Add OutputDebugString32, CreateCodeMemory32, ControlCodeMemory32Sergi Granell
2021-12-23core: hle: kernel: Implement SetMemoryPermission.bunnei
2021-12-05kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemoryitsmeft24
2021-11-02svc: Correct WaitSynchronization num_handles param typeMorph
2021-05-05fixup! hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.bunnei
2021-05-05hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.bunnei
2021-05-05hle: kernel: Migrate KResourceLimit to KAutoObject.bunnei
2021-05-05hle: kernel: svc: Use new handle table API for Process.bunnei
2021-05-05hle: kernel: Migrate KTransferMemory to KAutoObject.bunnei
2021-01-28hle: kernel: Recode implementation of KThread to be more accurate.bunnei
2021-01-11core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.bunnei
2021-01-11core: hle: kernel: Update KSynchronizationObject.bunnei
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-06-27SVC: Implement 32-bits wrappers and update Dynarmic.Fernando Sahmkow
2020-06-27SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttrib...Fernando Sahmkow
2020-06-27SVC: Add GetThreadPriority32 & SetThreadPriority32Fernando Sahmkow
2020-03-02core: hle: Implement separate A32/A64 SVC interfaces.bunnei
2019-12-11kernel/svc: Correct function signature of SignalProcessWideKeyLioncash
2019-12-07kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNewLioncash
2019-07-07Implement MapPhysicalMemory/UnmapPhysicalMemoryMichael Scire
2019-04-12kernel/svc: Implement svcMapProcessCodeMemoryLioncash
2019-04-07kernel/svc: Deglobalize the supervisor call handlersLioncash
2019-04-02kernel/svc: Implement svcGetProcessListLioncash
2018-12-18kernel/svc: Correct output parameter for svcGetProcessIdLioncash
2018-12-14Merge pull request #1899 from lioncash/statebunnei
2018-12-12svc: Enable svcQueryProcessMemoryLioncash
2018-12-12svc: Handle memory writing explicitly within QueryProcessMemoryLioncash
2018-12-12svc_wrap: Correct register index for a wrapper specializationLioncash
2018-12-12vm_manager: Migrate memory querying to the VMManager interfaceLioncash
2018-12-12vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.hLioncash
2018-12-04kernel/svc: Implement svcCreateEvent()Lioncash
2018-11-26svc: Implement svcCreateResourceLimit()Lioncash
2018-11-03Stubbed SetMemoryPermissionFrederic Laing
2018-10-13svc: Implement svcGetProcessInfoLioncash
2018-10-10Changed all casts in svc_wrap.h to be static_cast insteadDavid Marcec
2018-10-10Fixed incorrect types for svcBreakDavid Marcec
2018-09-30kernel/svc: Implement svcGetThreadContext()Lioncash
2018-09-18svc_wrap: Convert the PARAM macro into a functionLioncash
2018-09-12svc: Correct parameter type for OutputDebugString()Lioncash
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