897 Commits (565921a463b415bbcf25b10fa74f79d41620bf8d)

Author SHA1 Message Date
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
Lioncash 7cab491fcb vfs_static: Remove template byte parameter from StaticVfsFile 8 years ago
Lioncash 149d3e546a process/vm_manager: Amend API to allow reading parameters from NPDM metadata 8 years ago
Zach Hilman 0243903c12 fsmitm: Cleanup and modernize fsmitm port 8 years ago
Zach Hilman 600867c594 qt: Add UI elements for LayeredFS and related tools 8 years ago
Zach Hilman a3a1b7d144 romfs: Implement CreateRomFS 8 years ago
Zach Hilman 38f80a495b file_sys: Port Atmosphere-NX fs_mitm implementation 8 years ago
Zach Hilman 0a42fdaf1d bis_factory: Add mod directory VFS getter 8 years ago
Zach Hilman 9d428044ad patch_manager: Add LayeredFS mods support 8 years ago
Zach Hilman b6535b4376 vfs_concat: Rewrite and fix ConcatenatedVfsFile 8 years ago
Zach Hilman 3d1fdb3f79 vfs_layered: Add LayeredVfsDirectory 8 years ago
Zach Hilman af9d8e20d6 vfs_vector: Add VectorVfsFile 8 years ago
Zach Hilman 1da3b1f3b4 vfs_static: Add StaticVfsFile 8 years ago
Zach Hilman c151394e47 vfs: Add and rewite VfsRawCopy functions 8 years ago
Zach Hilman df19124e6d vfs: Add GetEntries method 8 years ago