913 Commits (b577fd4296a6eb63e38990d0a462b33578dfeab5)

Author SHA1 Message Date
Lioncash e83e140e3f file_sys/control_metadata: Get rid of magic constants 8 years ago
Zach Hilman a9af7113be aoc: Read DLC base title ID from RegisteredCache 8 years ago
Zach Hilman 8db37c1476 patch_manager: Move non-Program RomFS patch log to Debug 8 years ago
Zach Hilman ceb9a2a006 content_archive: Move get key log to Trace level 8 years ago
Lioncash 4473ebd41d patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr 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
Lioncash 3454b33238 ips_layer: Silence truncation and conversion warnings 8 years ago
Zach Hilman 3cf8ee66f6 vfs: Move forward declarations to separate file 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 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 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 fc1574a4de nso: Optimize loading of IPS patches 8 years ago
Zach Hilman 4f26c89688 patch_manager: Add PatchNSO function 8 years ago
Zach Hilman d913dba14a patch_manager: Use strings for patch type instead of enum 8 years ago
Zach Hilman 11b272edff file_sys: Implement function to apply IPS patches 8 years ago
Zach Hilman 0ad053c374 aoc_u: Extract AccumulateAOCTitleIDs to separate function 8 years ago
Zach Hilman 7e0956b870 aoc_u: Implement GetAddOnContentBaseId 8 years ago
Zach Hilman 3a963f105f romfs_factory: Read from all locations with StorageId None 8 years ago
Zach Hilman cfc63b8736 patch_manager: Add DLC recognition to PatchManager 8 years ago
Lioncash 9d8f4d934b kernel/process: Make data member variables private 8 years ago
Lioncash cc482913f4 fsmitm_romfsbuild: std::move std::vector instances in Build() 8 years ago
Lioncash 8c2a41fa87 fsmitm_romfsbuild: Replace manual value aligning with Common::AlignUp() 8 years ago
Lioncash 77f4e47b49 patch_manager: Invert conditionals within ApplyLayeredFS() 8 years ago
Lioncash df3517f7b3 vfs_vector: Amend initializer list order in VectorVfsFile's constructor initializer list 8 years ago
Lioncash 0234afa2ab fsmitm_romfsbuild: Avoid type truncation warnings 8 years ago
Lioncash 87fdd86e0e fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFSBuildFileContext and RomFSBuildDirectoryContext 8 years ago
Lioncash b532635176 fsmitm_romfsbuild: Remove unnecessary loops in Build() 8 years ago
Lioncash cb483ba942 fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build() 8 years ago
Lioncash 8a132a6dc3 vfs/etc: Append std:: to size_t usages 8 years ago
Lioncash c42d80cd15 vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile 8 years ago