25 Commits (852a462df3b8629791ae982dfe6c54fb6a5fcc5e)

Author SHA1 Message Date
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
Subv 8d9250fa70 SVC: Fixed WaitSynchronization with multiple handles when at least one of them is ready. 8 years ago
bunnei 4236799832 kernel: Rename Semaphore to ConditionVariable. 8 years ago
bunnei bc8ef64804 svc: Implement svcSignalProcessWideKey. 8 years ago
bunnei 5017038ca7 svc: Implement svcWaitProcessWideKeyAtomic. 8 years ago
bunnei 480906fe1b hle: Move SVC code to kernel namespace. 8 years ago
bunnei f24531b1a2 function_wrappers: Cleanup, fix warnings, remove unused code. 8 years ago
bunnei 6e021f22b8 svc: Implement MapMemory. 8 years ago
bunnei 7618b5237d svc: Implement SetHeapSize. 8 years ago
bunnei 266c1c8020 svc: Implement GetThreadId and GetProcessId. 8 years ago
bunnei dcd6bb82f7 hle: Fix QueryMemory response for MemoryInfo. 8 years ago
Subv 46fc7595b4 SVC: Remove GetPointer usage in CreatePort. 8 years ago
Subv 7b09b30ef1 SVC: Replace GetPointer usage with ReadCString in ConnectToPort. 8 years ago
Subv 3c0113632d SVC: Replace GetPointer usage with ReadBlock in OutputDebugString. 8 years ago
Subv 0cfb231e00 SVC: Replace GetPointer usage with Read32 in ReplyAndReceive. 8 years ago
Subv b863d6c860 SVC: Replace GetPointer usage with Read32 in WaitSynchronizationN. 8 years ago
bunnei 3411883fe3 arm: Use 64-bit addressing in a bunch of places. 8 years ago
Subv 88c93a7436 Kernel/SVC: Partially implemented svcReplyAndReceive. 9 years ago
Yuri Kunde Schlesner 8c6a8edaca Kernel: Fix SVC wrapper for CreatePort 9 years ago
Yuri Kunde Schlesner f94093d0fd Kernel: Implement CreateSession SVC 9 years ago
Yuri Kunde Schlesner 2cdb40d709 Kernel: Centralize error definitions in errors.h 9 years ago
Michael Theall 31f9c1ab5d Fix OutputDebugString syscall 9 years ago
bunnei e26fbfd1d7 core: Replace "AppCore" nomenclature with just "CPU". 9 years ago
bunnei 4fc8b8229e core: Remove HLE module, consolidate code & various cleanups. 9 years ago
bunnei 232ef55c1a core: Consolidate core and system state, remove system module & cleanups. 9 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. 9 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 9 years ago
Subv 7b445ddff0 Kernel/SVC: Implemented svcCreatePort. 10 years ago
Subv 42a50da76b Kernel/SVC: Fixed the register order for svcCreateMemoryBlock. 10 years ago
Lioncash 856a1d0386 svc: Move ResetType enum to the kernel event header 10 years ago
Subv d90d5a0ee6 HLE/SVC: Implement UnmapMemoryBlock. 10 years ago