4398 Commits (e83e140e3f2a1b46e426fcb52dcfd8ea09ec117f)

Author SHA1 Message Date
Valentin Vanelslande d1e28cc0e3 Port # #4192 from Citra: "svc: change unknown to thread in CreateThread" 7 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Lioncash b1aad83113 services/sm: Amend error code constants 7 years ago
Lioncash e05a27a999 kernel/svc: Sanitize creation of shared memory via svcCreateSharedMemory() 7 years ago
Lioncash f85b28f993 kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMemory() and svcUnmapSharedMemory() 7 years ago
Lioncash d241be6c78 kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMemory() 7 years ago
Lioncash 3e8e34221e kernel/svc: Sanitize heap sizes within svcSetHeapSize() 7 years ago
Lioncash 52fcbcf500 kernel/errors: Amend error code for ERR_NOT_FOUND 7 years ago
Lioncash 0bc2298dcc service/vi: Replace includes with forward declarations where applicable 7 years ago
Lioncash 2300f0b951 kernel/thread: Include thread-related enums within the kernel namespace 7 years ago
Lioncash a69848a429 service: Use nested namespace specifiers where applicable 7 years ago
Valentin Vanelslande d00a39ec2d ipc: minor fix 7 years ago
Lioncash 0df76b27b9 services/pl_u: Add missing Korean font to the fallback case for shared fonts 7 years ago
Lioncash 8bdae1d7ff svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processor ID is given 7 years ago
Lioncash d5ec89c1fb kernel/errors: Correct error codes for invalid thread priority and invalid processor ID 7 years ago
Lioncash 4b9e65a70c svc: Do nothing if svcOutputDebugString() is given a length of zero 7 years ago
Lioncash 00b69a9527 svc: Correct parameter type for OutputDebugString() 7 years ago
Lioncash 51a53a5caf service/audio: Replace includes with forward declarations where applicable 7 years ago
Lioncash 9e1f5aa9b3 pl_u: Eliminate mutable file-scope state 7 years ago
Lioncash 061dd78882 service/prepo: Move class into the cpp file 7 years ago
Lioncash 642d916bdb externals: Place font data within cpp files 7 years ago
Lioncash 8a9b062587 hle/service: Default constructors and destructors in the cpp file where applicable 7 years ago
Tobias 9dd19c9a99 Use open-source shared fonts if no dumped file is available (#1269) 7 years ago
Markus Wick a5613f87ef video_core: Move command buffer loop. 7 years ago
Lioncash 34743f03d6 service: Remove unused g_kernel_named_ports variable 7 years ago
fearlessTobi f9ee07b1ef hid: Implement ReloadInputDevices 7 years ago
fearlessTobi 7377afca3a Add audio stretching support 7 years ago
Lioncash 420597d70d core: Migrate current_process pointer to the kernel 7 years ago
Lioncash 30638f9c95 core/core: Remove unnecessary sm/controller include 7 years ago
Lioncash 3168210492 file_sys/nca_patch: Amend constructor initializer list order 7 years ago
Lioncash d15352b38b file_sys/nca_patch: Remove unnecessary includes 7 years ago
Lioncash 1c61b93026 file_sys/patch_manager: Add missing includes 7 years ago
Lioncash c0f0078eb1 file_sys/submission_package: Correct constructor initialization list order 7 years ago
Lioncash a4907882ad file_sys/submission_package: Replace includes with forward declarations where applicable 7 years ago
Zach Hilman 46eb9ec6ba bktr: Fix bucket overlap error 7 years ago
Zach Hilman 14bfdbe0e7 drd: Parse title ID from program metadata 7 years ago
Zach Hilman 14a18fd7ae patch_manager: Centralize Control-type NCA parsing 7 years ago
Zach Hilman 4148e4fbba nsp: Fix error masking issue with XCI files 7 years ago
Zach Hilman ac7d3882b4 game_list: Fix version display on non-NAND titles 7 years ago
Zach Hilman b555718bb9 bktr: Add logging on successful patch 7 years ago
Zach Hilman b8f8b0fa47 bktr: Implement IVFC offset shifting 7 years ago
Zach Hilman e88835cd40 bktr: Fix missing includes and optimize style 7 years ago
Zach Hilman 8a01446903 loader: Add BKTR-specific error messages and codes 7 years ago
Zach Hilman e9e74efb6c loader: Ignore patches on NRO and DRD 7 years ago
Zach Hilman 77282b170f patch_manager: Add usages of patches to ExeFS 7 years ago
Zach Hilman 1b8f19f417 file_sys: Add class to manage game patches 7 years ago
Zach Hilman d4d0d3d933 file_sys: Add BKTR patching mechanism 7 years ago
Zach Hilman de4a0027c1 content_archive: Add BKTR header parsing to NCA 7 years ago
Zach Hilman 6e6f8cf474 registration: Add RegisteredCacheUnion 7 years ago
Zach Hilman bf86700873 game_list: Use RegisteredCacheUnion for installed 7 years ago