2561 Commits (e6367ab955b8ced2acfe1b191f812e1b442fe2ae)

Author SHA1 Message Date
Valentin Vanelslande 54ddb37b3c Port # #4192 from Citra: "svc: change unknown to thread in CreateThread" 7 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Lioncash 4f8756edd0 kernel/svc: Sanitize creation of shared memory via svcCreateSharedMemory() 7 years ago
Lioncash accd1f17e4 kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMemory() and svcUnmapSharedMemory() 7 years ago
Lioncash 496c67fd73 kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMemory() 7 years ago
Lioncash 7bd2faad9a kernel/svc: Sanitize heap sizes within svcSetHeapSize() 7 years ago
Lioncash 2ea45fe75b kernel/thread: Include thread-related enums within the kernel namespace 7 years ago
Lioncash a0e51d8b98 service: Use nested namespace specifiers where applicable 7 years ago
Valentin Vanelslande 2ec9fbc2d4
ipc: minor fix 7 years ago
Lioncash ce97d8ef6c services/pl_u: Add missing Korean font to the fallback case for shared fonts 7 years ago
Lioncash fbe462099b svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processor ID is given 7 years ago
Lioncash 3c5c292592 kernel/errors: Correct error codes for invalid thread priority and invalid processor ID 7 years ago
Lioncash 9b3bc0b282 svc: Do nothing if svcOutputDebugString() is given a length of zero 7 years ago
Lioncash 04d723baf9 svc: Correct parameter type for OutputDebugString() 7 years ago
Lioncash c243bc09d4 service/audio: Replace includes with forward declarations where applicable 7 years ago
Lioncash c061e27155 pl_u: Eliminate mutable file-scope state 7 years ago
Lioncash 325c259fc5 service/prepo: Move class into the cpp file 7 years ago
Lioncash 46ba1bc40f externals: Place font data within cpp files 7 years ago
Lioncash 6ac955a0b4 hle/service: Default constructors and destructors in the cpp file where applicable 7 years ago
Tobias 3bac3051fc Use open-source shared fonts if no dumped file is available (#1269) 7 years ago
Markus Wick 0cfb0bacb2 video_core: Move command buffer loop. 7 years ago
Lioncash 136040ee15 service: Remove unused g_kernel_named_ports variable 7 years ago
fearlessTobi 500e81429a hid: Implement ReloadInputDevices 7 years ago
Lioncash 3f17fe7133 core: Migrate current_process pointer to the kernel 7 years ago
Lioncash 56ab608044 core/core: Remove unnecessary sm/controller include 7 years ago
Zach Hilman c913136eb2 bktr: Fix bucket overlap error 7 years ago
Zach Hilman 9951f6d054 registration: Add RegisteredCacheUnion 7 years ago
Lioncash a813c10e1c file_sys: Replace includes with forward declarations where applicable 7 years ago
Lioncash 1242c1ec0a service: Migrate global named port map to the KernelCore class 7 years ago
Lioncash 41cd766438 ssl: Move SSL class to cpp file 7 years ago
Lioncash fda8f1da20 filesystem: Move dir retrieval after path checking in DeleteFile() 7 years ago
Zach Hilman 19d0951ae6 filesystem: Implement OpenReadOnlySaveDataFilesystem 7 years ago
Zach Hilman 7939ea18e8 filesystem: Add OpenFileSystemWithPatch 7 years ago
Lioncash 4a587b81b2 core/core: Replace includes with forward declarations where applicable 7 years ago
bunnei d647d9550c gl_renderer: Cache textures, framebuffers, and shaders based on CPU address. 7 years ago
Lioncash e2457418da core: Make the main System class use the PImpl idiom 7 years ago
Lioncash 0cbcd6ec9a kernel: Eliminate kernel global state 7 years ago
Lioncash 45fb74d262 gpu: Make memory_manager private 7 years ago
Lioncash f1bc62bb4c hle/result: Make ResultVal's move constructor as noexcept 7 years ago
tech4me d26a46feed set: Fixed GetAvailableLanguageCodes() to follow the max_entries 7 years ago
Lioncash f708207ae6 kernel/error: Amend error code for ERR_MAX_CONNECTIONS_REACHED 7 years ago
Lioncash bfb0c87b7b kernel/error: Amend error code for ERR_PORT_NAME_TOO_LONG 7 years ago
Lioncash 81ca46dd17 kernel/error: Add error code for the handle table being full 7 years ago
Lioncash b8be5524bc kernel/error: Add error code for invalid memory permissions 7 years ago
Lioncash 2fd45093f2 kernel/error: Correct kernel error code for invalid combination 7 years ago
Lioncash e81354ae38 svc: Return process title ID if queried in GetInfo() 7 years ago
Lioncash 43e0d865fa core: Namespace all code in the arm subdirectory under the Core namespace 7 years ago
Lioncash ec59e4a6c5 hid: Move core include to cpp file 7 years ago
Lioncash f6f5c2e4d8 filesystem: Fix typo in log message 7 years ago
David 5049ca5d8c Added GetBootMode (#1107) 7 years ago