56 Commits (4e7a6639d2be8c1c6a195004a1ca612a25085fea)

Author SHA1 Message Date
bunnei 4e7a6639d2 core: hle: kernel: Implement SetMemoryPermission. 4 years ago
itsmeft24 8aef8f39d8 kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory 4 years ago
Morph b871388a31 svc: Correct WaitSynchronization num_handles param type 4 years ago
bunnei caa11748c6 fixup! hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory. 5 years ago
bunnei 0b27c721c9 hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory. 5 years ago
bunnei b57c5a9b54 hle: kernel: Migrate KResourceLimit to KAutoObject. 5 years ago
bunnei 126aaeb6d3 hle: kernel: svc: Use new handle table API for Process. 5 years ago
bunnei c7d8b7421c hle: kernel: Migrate KTransferMemory to KAutoObject. 5 years ago
bunnei cdd14b03e5 hle: kernel: Recode implementation of KThread to be more accurate. 5 years ago
bunnei 912dd50146 core: hle: Integrate new KConditionVariable and KAddressArbiter implementations. 5 years ago
bunnei 35c3c078e3 core: hle: kernel: Update KSynchronizationObject. 5 years ago
bunnei 3d592972dc
Revert "core: Fix clang build" 5 years ago
Lioncash be1954e04c core: Fix clang build 5 years ago
Fernando Sahmkow 4105f38022 SVC: Implement 32-bits wrappers and update Dynarmic. 6 years ago
Fernando Sahmkow ce350e7ce0 SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttribute32 6 years ago
Fernando Sahmkow 22ceaca2f4 SVC: Add GetThreadPriority32 & SetThreadPriority32 6 years ago
bunnei dba112e510 core: hle: Implement separate A32/A64 SVC interfaces. 6 years ago
Lioncash 30e365e4fc kernel/svc: Correct function signature of SignalProcessWideKey 6 years ago
Lioncash 67b8265bd6 kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew 6 years ago
Michael Scire 13a8fde3ad Implement MapPhysicalMemory/UnmapPhysicalMemory 7 years ago
Lioncash 76a2465655 kernel/svc: Implement svcMapProcessCodeMemory 7 years ago
Lioncash b117ca5fce kernel/svc: Deglobalize the supervisor call handlers 7 years ago
Lioncash cb2bce8006 kernel/svc: Implement svcGetProcessList 7 years ago
Lioncash 43e1189688 kernel/svc: Correct output parameter for svcGetProcessId 7 years ago
Lioncash b79f086613 svc: Enable svcQueryProcessMemory 7 years ago
Lioncash d8deb39b83 svc: Handle memory writing explicitly within QueryProcessMemory 7 years ago
Lioncash 22230a2eca svc_wrap: Correct register index for a wrapper specialization 7 years ago
Lioncash a8cc03502b vm_manager: Migrate memory querying to the VMManager interface 7 years ago
Lioncash c02b8c895b vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.h 7 years ago
Lioncash 2a1f59b301 kernel/svc: Implement svcCreateEvent() 7 years ago
Lioncash 4ef2af8c98 svc: Implement svcCreateResourceLimit() 7 years ago
Frederic Laing ab7472345b Stubbed SetMemoryPermission 7 years ago
Lioncash 1c7a7ed79b svc: Implement svcGetProcessInfo 7 years ago
David Marcec 2db37ddea9 Changed all casts in svc_wrap.h to be static_cast instead 7 years ago
David Marcec a4412c8e22 Fixed incorrect types for svcBreak 7 years ago
Lioncash 541c550753 kernel/svc: Implement svcGetThreadContext() 7 years ago
Lioncash f85ab0a123 svc_wrap: Convert the PARAM macro into a function 7 years ago
Lioncash 04d723baf9 svc: Correct parameter type for OutputDebugString() 7 years ago
Michael Scire 5f8aa02584 Add additional missing format. 8 years ago
Michael Scire 7e191dccc1 Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs. 8 years ago
bunnei a434fdcb10 core: Implement multicore support. 8 years ago
bunnei 40bccd74d3 svc: Stub out SetThreadActivity, GetThreadContext. 8 years ago
bunnei f6893969b3 svc: Stub GetThreadCoreMask. 8 years ago
N00byKing 2b41c6e573 Add UnmapSharedMemory 8 years ago
David 0b6da0c1ab Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113) 8 years ago
bunnei 974362bc12 svc: Implement svcMapSharedMemory. 8 years ago
bunnei 1247c53786 yuzu: Update license text to be consistent across project. 8 years ago
bunnei 97ef21e166 svc: Implement GetSystemTick. 8 years ago
Subv ba02f0deef svc: Stub ResetSignal and CreateTransferMemory 8 years ago
Subv 0a1278081e svc: Stub SetMemoryAttribute 8 years ago