54 Commits (442880420c314d3e4c309881a8c6d441d1e135e0)

Author SHA1 Message Date
Morph c3c09ca222 svc: Correct WaitSynchronization num_handles param type 4 years ago
bunnei 77850c6c56 fixup! hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory. 5 years ago
bunnei 95fbbf3041 hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory. 5 years ago
bunnei 22a67a4627 hle: kernel: Migrate KResourceLimit to KAutoObject. 5 years ago
bunnei 3a07aeba02 hle: kernel: svc: Use new handle table API for Process. 5 years ago
bunnei bf274faa22 hle: kernel: Migrate KTransferMemory to KAutoObject. 5 years ago
bunnei f34dd04d09 hle: kernel: Recode implementation of KThread to be more accurate. 5 years ago
bunnei e5cfd63ba4 core: hle: Integrate new KConditionVariable and KAddressArbiter implementations. 5 years ago
bunnei 2feb4d56e9 core: hle: kernel: Update KSynchronizationObject. 5 years ago
bunnei deb3536936 Revert "core: Fix clang build" 5 years ago
Lioncash 18636013c9 core: Fix clang build 5 years ago
Fernando Sahmkow 8cd81eb66f SVC: Implement 32-bits wrappers and update Dynarmic. 6 years ago
Fernando Sahmkow 146bbc6189 SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttribute32 6 years ago
Fernando Sahmkow 75db328166 SVC: Add GetThreadPriority32 & SetThreadPriority32 6 years ago
bunnei 36c4c33bb8 core: hle: Implement separate A32/A64 SVC interfaces. 6 years ago
Lioncash 9e160743ac kernel/svc: Correct function signature of SignalProcessWideKey 6 years ago
Lioncash 28ac8d63ef kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew 6 years ago
Michael Scire 6a33b060b7 Implement MapPhysicalMemory/UnmapPhysicalMemory 7 years ago
Lioncash 0b1ffc40a7 kernel/svc: Implement svcMapProcessCodeMemory 7 years ago
Lioncash 43e9b334af kernel/svc: Deglobalize the supervisor call handlers 7 years ago
Lioncash 118596f1f9 kernel/svc: Implement svcGetProcessList 7 years ago
Lioncash 7755331f46 kernel/svc: Correct output parameter for svcGetProcessId 7 years ago
Lioncash 10de0ac2ec svc: Enable svcQueryProcessMemory 7 years ago
Lioncash 720705eafc svc: Handle memory writing explicitly within QueryProcessMemory 7 years ago
Lioncash 834a1e6d67 svc_wrap: Correct register index for a wrapper specialization 7 years ago
Lioncash d7ba5372f3 vm_manager: Migrate memory querying to the VMManager interface 7 years ago
Lioncash 1d3d7d08eb vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.h 7 years ago
Lioncash 3db51801b4 kernel/svc: Implement svcCreateEvent() 7 years ago
Lioncash 931ac0359b svc: Implement svcCreateResourceLimit() 7 years ago
Frederic Laing 2998453673 Stubbed SetMemoryPermission 7 years ago
Lioncash ddf344c119 svc: Implement svcGetProcessInfo 7 years ago
David Marcec 14b75d23f3 Changed all casts in svc_wrap.h to be static_cast instead 7 years ago
David Marcec a14b6e06a5 Fixed incorrect types for svcBreak 7 years ago
Lioncash 5238113b9c kernel/svc: Implement svcGetThreadContext() 7 years ago
Lioncash 14c9188067 svc_wrap: Convert the PARAM macro into a function 7 years ago
Lioncash 00b69a9527 svc: Correct parameter type for OutputDebugString() 7 years ago
Michael Scire 28fe461cd3 Add additional missing format. 8 years ago
Michael Scire 6e9b11ffa0 Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs. 8 years ago
bunnei 44c565aeca core: Implement multicore support. 8 years ago
bunnei e71cfbce72 svc: Stub out SetThreadActivity, GetThreadContext. 8 years ago
bunnei 86f0e841d8 svc: Stub GetThreadCoreMask. 8 years ago
N00byKing 11cef9ba72 Add UnmapSharedMemory 8 years ago
David 61a92c7347 Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113) 8 years ago
bunnei e9e51c7181 svc: Implement svcMapSharedMemory. 8 years ago
bunnei 182548ec86 yuzu: Update license text to be consistent across project. 8 years ago
bunnei e2db6b98fe svc: Implement GetSystemTick. 8 years ago
Subv edeb55d78b svc: Stub ResetSignal and CreateTransferMemory 8 years ago
Subv 377e2a79b5 svc: Stub SetMemoryAttribute 8 years ago
Subv 84d05d5b6c SVC: Fixed WaitSynchronization with multiple handles when at least one of them is ready. 8 years ago
bunnei 7a59da7834 kernel: Rename Semaphore to ConditionVariable. 8 years ago