4329 Commits (912f075d4864180f8fadb5381ea2e1284409329f)

Author SHA1 Message Date
Lioncash 1ccb3d2035 telemetry_session: Remove doxygen comment for a non-existent parameter 8 years ago
Lioncash 8c4c0d9e5f telemetry_session: Add missing includes 8 years ago
Lioncash d53191b7b7 telemetry_session: Remove unimplemented FinalizeAsyncJob prototype 8 years ago
Lioncash f4e27093ae telemetry_session: Use a std::array in GenerateTelemetryId() 8 years ago
Lioncash 5c9c637200 ips_layer: Avoid constructing std::vector instances where not necessary 8 years ago
Lioncash d4ffc70268 ips_layer: Remove unnecessary explicit std::pair constructor in std::array 8 years ago
Lioncash 890093255c ips_layer: Add missing includes 8 years ago
Lioncash f269987f32 ips_layer: std::move data within PatchIPS() and Apply() 8 years ago
David Marcec 704742a9c5 Added bitfield instead of manually checking if the bit is set 8 years ago
David Marcec 62a9d0a8f5 Actual kill execution when the bit isn't set, not the other way around 8 years ago
David Marcec 0cede92291 svcBreak, Signalling to the debugger should not kill execution 8 years ago
David Marcec cc2c45efcc Unmapping an unmapped buffer should succeed 8 years ago
Zach Hilman 8a0accfec0 nso/nro: Use default allocation size for arg_data 8 years ago
Zach Hilman 26559da99e cmd: Support passing game arguments from command line 8 years ago
Zach Hilman ebb86d1354 settings: Add program_args string setting 8 years ago
Zach Hilman 19203e1dc0 nso/nro: Add NSO arguments structure to data section 8 years ago
David Marcec 1cc8adaa61 Fixed assertion due to CountAddOnContent 8 years ago
David Marcec b32503dfcc Added forward define for ServerPort 8 years ago
David Marcec 188da5880b Ported #4296 from citra 8 years ago
Lioncash 809edc848f kernel/mutex: Amend behavior of TransferMutexOwnership() 8 years ago
balika011 6069aae43b thread: Make the scheduler pointer a regular pointer 8 years ago
Zach Hilman 598ca547b2 romfs_factory: Extract packed update setter to new function 8 years ago
Zach Hilman 91de5d554e patch_manager: Add support for NSP packed updates 8 years ago
Zach Hilman 19ed4d8558 patch_manager: Add support for packed updates 8 years ago
Zach Hilman bbbac65dc4 loader: Add getter for packed update 8 years ago
Zach Hilman 9488564c1e loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loaders 8 years ago
Zach Hilman 34bbd314d5 patch_manager: Avoid romfs_ext requirement for patching 8 years ago
Zach Hilman cc50704b77 fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dir 8 years ago
Zach Hilman fc0f2197e8 fsmitm_romfsbuild: Add support for stubbing and IPS patches in LFS 8 years ago
Zach Hilman 794fdbd680 ips_layer: Fix inaccuracies with comments and flags 8 years ago
Zach Hilman c60739016d ips_layer: Deduplicate resource usage 8 years ago
Zach Hilman 8593274f69 ips_layer: Add support for escape sequences and midline comments 8 years ago
Zach Hilman b571894b46 patch_manager: Add support for IPSwitch format patches 8 years ago
Zach Hilman a2602dddbe ips_layer: Add IPSwitchCompiler to process IPSwitch format 8 years ago
Lioncash e57c8ae2b3 kernel/thread: Make all instance variables private 8 years ago
Lioncash b9b8610d6d submission_package: Avoid dangling std::string_view within SetTicketKeys() 8 years ago
Lioncash 689010c2fa submission_package: Correct location of null check within SetTicketKeys() 8 years ago
Lioncash b77f6a32ff submission_package: Use std::string's rfind() when looking for the extension in InitializeExeFSAndRomFS() 8 years ago
Lioncash 8f51371d7b submission_package: Ensure the 'extracted' member variable is always initialized 8 years ago
Lioncash e4f994749b submission_package: Move ExeFS and RomFS initialization to its own function 8 years ago
Lioncash eb438661e6 submission_package: Move NCA reading code to its own function 8 years ago
Lioncash 17fb526fd9 submission_package: Move ticket key setting to its own function 8 years ago
Lioncash 0b2773e2c6 submission_package: Invert conditionals within NSP's constructor to reduce nesting 8 years ago
Lioncash d91cd1d638 card_image: Ensure program_nca_status is always initialized 8 years ago
Zach Hilman 1995df45b1 aoc_u: Fix edge case with DLC that causes breaks 8 years ago
Lioncash 7896075fcb services/fsp_srv: Amend service function table 8 years ago
Lioncash 35c7df89fe service/lbl: Update service function table 8 years ago
Zach Hilman fc1574a4de nso: Optimize loading of IPS patches 8 years ago
fearlessTobi cd5b9645a4 Review comments -part 4 8 years ago
fearlessTobi dd6c300d9f Address more review comments 8 years ago