65 Commits (58cf9d847a0cc7eac1c9ffe581b2f1274ac58197)

Author SHA1 Message Date
bunnei 58cf9d847a svc: Implement MapMemory. 8 years ago
bunnei 4678ba1e18 svc: Implement SetHeapSize. 8 years ago
bunnei bfd01c7c71 svc: Implement GetThreadId and GetProcessId. 8 years ago
bunnei bf69f3d1eb hle: Fix QueryMemory response for MemoryInfo. 8 years ago
Subv 62e3520792 SVC: Remove GetPointer usage in CreatePort. 8 years ago
Subv 5768c55104 SVC: Replace GetPointer usage with ReadCString in ConnectToPort. 8 years ago
Subv f08872822c SVC: Replace GetPointer usage with ReadBlock in OutputDebugString. 8 years ago
Subv 690b21012d SVC: Replace GetPointer usage with Read32 in ReplyAndReceive. 8 years ago
Subv 6fd20a0595 SVC: Replace GetPointer usage with Read32 in WaitSynchronizationN. 8 years ago
bunnei 7f1ce2cf68 arm: Use 64-bit addressing in a bunch of places. 8 years ago
Subv 820509103c Kernel/SVC: Partially implemented svcReplyAndReceive. 9 years ago
Yuri Kunde Schlesner 0539afd69b Kernel: Fix SVC wrapper for CreatePort 9 years ago
Yuri Kunde Schlesner 364ef24f77 Kernel: Implement CreateSession SVC 9 years ago
Yuri Kunde Schlesner 467545ed48 Kernel: Centralize error definitions in errors.h 9 years ago
Michael Theall 775ae0634e Fix OutputDebugString syscall 9 years ago
bunnei 8cfd0762fd core: Replace "AppCore" nomenclature with just "CPU". 9 years ago
bunnei 5d22844f3e core: Remove HLE module, consolidate code & various cleanups. 9 years ago
bunnei d504f6cf08 core: Consolidate core and system state, remove system module & cleanups. 9 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 9 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 9 years ago
Subv a350b5274f Kernel/SVC: Implemented svcCreatePort. 10 years ago
Subv b2c771eed7 Kernel/SVC: Fixed the register order for svcCreateMemoryBlock. 10 years ago
Lioncash bc06a2c79e svc: Move ResetType enum to the kernel event header 10 years ago
Subv d9c4c1622f HLE/SVC: Implement UnmapMemoryBlock. 10 years ago
Yuri Kunde Schlesner 5bed732b03 Kernel: Implement svcGetSystemInfo 10 years ago
Yuri Kunde Schlesner 00e9d19f28 Kernel: Implement svcGetProcessInfo in a basic way 11 years ago
Subv 83fa3f977d Kernel/SVC: Implemented svcQueryProcessMemory 11 years ago
Subv 9e2962081a Kernel/SVC: Implemented svcQueryMemory. 11 years ago
zawata f723a498e7 Core\HLE : Fix Warning 11 years ago
bunnei 71e8822d23 kernel: Fix svcWaitSynch to always acquire requested wait objects. 11 years ago
archshift 11057488f9 Implement svcBreak 11 years ago
Subv d3634d4bf4 Core/ResourceLimits: Implemented the basic structure of ResourceLimits. 11 years ago
Yuri Kunde Schlesner 7ada357b2d Memmap: Re-organize memory function in two files 11 years ago
bunnei 7b9f428b23 Thread: Implement priority boost for starved threads. 11 years ago
Yuri Kunde Schlesner 58b544db99 SVC: Use CASCADE_RESULT in SVC handlers 11 years ago
Yuri Kunde Schlesner 44f90340dc SVC: Change return type of handlers to ResultCode 11 years ago
Yuri Kunde Schlesner 7b3452c730 Move ThreadContext to core/core.h and deal with the fallout 11 years ago
Subv 07044651ef SVC: Implemented the Timer service calls. 11 years ago
Subv 97a7381d29 SOC_U: Preliminary implementation of sockets. 11 years ago
purpasmart96 ebfd831ccb License change 11 years ago
Subv 49b31badba SVC: Implemented ReleaseSemaphore. 11 years ago
Subv 82c84883a5 SVC: Implemented svcCreateSemaphore 11 years ago
Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 11 years ago
bunnei 10f25866e2 SVC: Added support for svc_GetSystemTick. 12 years ago
bunnei 59f2750482 function_wrappers: Fixed incorrect wrapper, added another. 12 years ago
bunnei edaefe9fa6 HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only module where they are needed). 12 years ago
bunnei 8957622d10 SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace. 12 years ago
bunnei 862db811f0 SVC: Cleaned up function wrappers to pass in correct argument types. 12 years ago
bunnei 477b0caca4 svc: updated WaitSynchronizationN to properly use first pointer argument 12 years ago
bunnei 15c7d81706 svc: cleaned up function_wrappers, updated various SVCs to make use of pointer arguments 12 years ago