4183 Commits (9b8fc2b68989ef44ab76c4b1e9120d08d70f31f8)

Author SHA1 Message Date
Lioncash 9b8fc2b689 arm_interface: Replace kernel vm_manager include with a forward declaration 7 years ago
Jarek Syrylak 74f966404d Correct endianness of BKPT 7 years ago
MerryMage ef31487624 arm_dynarmic: Halt when BRK encountered 7 years ago
David Marcec 583137709f Removed unneeded event clear 7 years ago
David Marcec 335e9d18ae Implemented NTC & IEnsureNetworkClockAvailabilityService 7 years ago
Lioncash 3146502a12 control_metadata: Remove unnecessary else within GetLanguageEntry() 7 years ago
Lioncash 05d49962b6 control_metadata: Move language name array definition to the cpp file 7 years ago
MerryMage 3b4a158230 arm_dynarmic: Support BKPT instruction 7 years ago
Lioncash 2e5f0e5024 xts_archive: Remove unused variables from CalculateHMAC256() 7 years ago
Lioncash 2752183883 xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptr 7 years ago
Lioncash 45195a51a7 nax: Avoid re-parsing NAX data with GetFileType() 7 years ago
Lioncash c8c4105659 nax: Avoid unnecessary calls to AsNCA() in IdentifyType() 7 years ago
Lioncash f272261c21 xts_archive: Ensure NAX's type member is always initialized 7 years ago
Lioncash 92a98a8b19 xts_archive: Amend initializer order of NAX's constructor 7 years ago
David 0432af5ad1 Reworked incorrect nifm stubs (#1355) 7 years ago
David Marcec cbc7ad8f6d Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevision 7 years ago
Zach Hilman dfaea55be5 savedata_factory: Add TemporaryStorage SaveDataType 7 years ago
David Marcec 08819ec70a Removed MakeBuilder as it's not needed anymore 7 years ago
David Marcec 6a0612f2bf Removed the use of rp.MakeBuilder 7 years ago
Philippe Babin 9155c8daeb Invalid default value of username in yuzu_cmd (#1334) 7 years ago
David Marcec de9604d63e Added ActivateGesture 7 years ago
David Marcec 1a2d33eeb4 Implemented GetDefaultDisplayResolution 7 years ago
David Marcec a8b1c7763b Added StopSixAxisSensor 7 years ago
David Marcec 717889e93c Stubbed ActivateConsoleSixAxisSensor & StartConsoleSixAxisSensor 7 years ago
David Marcec 528e5cee67 Implemented GetImageSize 7 years ago
Lioncash f85ab0a123 svc_wrap: Convert the PARAM macro into a function 7 years ago
Lioncash ead2a4eeb4 arm_dynarmic: Correct ExclusiveWrite128()'s operation 7 years ago
Lioncash b51e7e0288 arm_interface: Remove ARM11-isms from the CPU interface 7 years ago
Lioncash 71b48cb00f kernel/mutex: Replace ResultCode construction for invalid addresses with the named variant 7 years ago
Lioncash b6867602ca kernel/svc: Handle error cases for svcArbitrateLock() and svcArbitrateUnlock() 7 years ago
Lioncash 4a84986bc3 core/core_cpu: Replace exclusive monitor include with forward declaration 7 years ago
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 da64da367b services/sm: Amend error code constants 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 50a5d09d32 kernel/errors: Amend error code for ERR_NOT_FOUND 7 years ago
Lioncash 0258b444ef service/vi: Replace includes with forward declarations where applicable 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