3010 Commits (7dd574a3a173d9fa372874270fe93dac45e7b60b)

Author SHA1 Message Date
Lioncash 149d3e546a process/vm_manager: Amend API to allow reading parameters from NPDM metadata 8 years ago
David b7b7c12774 Implemented fatal:u properly (#1347) 8 years ago
David 11a9e90d8d Stubbed IRS (#1349) 8 years ago
Lioncash 9254ec6fde stream: Preserve enum class type in GetState() 8 years ago
tech4me 8e24b6c884 svc: Updated svc names 8 years ago
David Marcec 5d1edf66c1 Added audren:u#GetAudioRendererState 8 years ago
Zach Hilman 80c76da1e1 filesystem: Add LayeredFS VFS directory getter 8 years ago
Lioncash 6ac6054b7a svc: Move most process termination code to its own function within Process 8 years ago
Lioncash ded89694f7 thread/process: Move TLS slot marking/freeing to the process class 8 years ago
David Marcec ebb569bd3c Revert GetRequestState 8 years ago
Lioncash 018c7cbbe0 kernel/thread: Use owner_process when setting the page table in SetupMainThread() 8 years ago
Lioncash b051082129 arm_interface: Replace kernel vm_manager include with a forward declaration 8 years ago
David Marcec 99bc06c6df Fixed submit 8 years ago
David Marcec 60b1a8a00b Added IRequest::Submit 8 years ago
David Marcec f929879ac4 Removed unneeded event clear 8 years ago
David Marcec 045a597e82 Implemented NTC & IEnsureNetworkClockAvailabilityService 8 years ago
David bd66646f8b Reworked incorrect nifm stubs (#1355) 8 years ago
David Marcec d24d803e6a Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevision 8 years ago
David Marcec b73af7d847 Corrected SSL::SetInterfaceVersion 8 years ago
David Marcec a3b424c3c7 Removed MakeBuilder as it's not needed anymore 8 years ago
David Marcec cfbfad9ffe Removed the use of rp.MakeBuilder 8 years ago
Philippe Babin 3fd046c51e Invalid default value of username in yuzu_cmd (#1334) 8 years ago
David Marcec 6c9864da31 Added ActivateGesture 8 years ago
David Marcec 114ebea96f Implemented GetDefaultDisplayResolution 8 years ago
David Marcec 9498fea57d Added StopSixAxisSensor 8 years ago
David Marcec 53ca7a11cb Stubbed ActivateConsoleSixAxisSensor & StartConsoleSixAxisSensor 8 years ago
David Marcec 41f45be454 Implemented GetImageSize 8 years ago
Lioncash 14c9188067 svc_wrap: Convert the PARAM macro into a function 8 years ago
Lioncash aa531b9abe arm_interface: Remove ARM11-isms from the CPU interface 8 years ago
Lioncash 29751de47d kernel/mutex: Replace ResultCode construction for invalid addresses with the named variant 8 years ago
Lioncash cba469cd4b kernel/svc: Handle error cases for svcArbitrateLock() and svcArbitrateUnlock() 8 years ago
Valentin Vanelslande d1e28cc0e3 Port # #4192 from Citra: "svc: change unknown to thread in CreateThread" 8 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 8 years ago
Lioncash b1aad83113 services/sm: Amend error code constants 8 years ago
Lioncash e05a27a999 kernel/svc: Sanitize creation of shared memory via svcCreateSharedMemory() 8 years ago
Lioncash f85b28f993 kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMemory() and svcUnmapSharedMemory() 8 years ago
Lioncash d241be6c78 kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMemory() 8 years ago
Lioncash 3e8e34221e kernel/svc: Sanitize heap sizes within svcSetHeapSize() 8 years ago
Lioncash 52fcbcf500 kernel/errors: Amend error code for ERR_NOT_FOUND 8 years ago
Lioncash 0bc2298dcc service/vi: Replace includes with forward declarations where applicable 8 years ago
Lioncash 2300f0b951 kernel/thread: Include thread-related enums within the kernel namespace 8 years ago
Lioncash a69848a429 service: Use nested namespace specifiers where applicable 8 years ago
Valentin Vanelslande d00a39ec2d ipc: minor fix 8 years ago
Lioncash 0df76b27b9 services/pl_u: Add missing Korean font to the fallback case for shared fonts 8 years ago
Lioncash 8bdae1d7ff svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processor ID is given 8 years ago
Lioncash d5ec89c1fb kernel/errors: Correct error codes for invalid thread priority and invalid processor ID 8 years ago
Lioncash 4b9e65a70c svc: Do nothing if svcOutputDebugString() is given a length of zero 8 years ago
Lioncash 00b69a9527 svc: Correct parameter type for OutputDebugString() 8 years ago
Lioncash 51a53a5caf service/audio: Replace includes with forward declarations where applicable 8 years ago
Lioncash 9e1f5aa9b3 pl_u: Eliminate mutable file-scope state 8 years ago