431 Commits (39ae73b356a253036283b114855f8c5ddbb20f49)

Author SHA1 Message Date
Lioncash 39ae73b356 file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 7 years ago
Lioncash 76fc8b59b2 file_sys/control_metadata: Get rid of magic constants 7 years ago
Zach Hilman 5737441374 aoc: Read DLC base title ID from RegisteredCache 7 years ago
Lioncash 6636f3ff47 patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr 7 years ago
Lioncash 465175cdf5 ips_layer: Avoid constructing std::vector instances where not necessary 7 years ago
Lioncash 9ff743bc0a ips_layer: Remove unnecessary explicit std::pair constructor in std::array 7 years ago
Lioncash f7d2889fb4 ips_layer: Add missing includes 7 years ago
Lioncash 93ac8d0fea ips_layer: std::move data within PatchIPS() and Apply() 7 years ago
Lioncash 567e818440 ips_layer: Silence truncation and conversion warnings 7 years ago
Zach Hilman 1fa6ee4723 vfs: Move forward declarations to separate file 7 years ago
Zach Hilman 38c2ac95af romfs_factory: Extract packed update setter to new function 7 years ago
Zach Hilman 5acaeb04c4 patch_manager: Add support for NSP packed updates 7 years ago
Zach Hilman d79d4fd764 patch_manager: Add support for packed updates 7 years ago
Zach Hilman d0e6b93695 patch_manager: Avoid romfs_ext requirement for patching 7 years ago
Zach Hilman c1e069c066 fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dir 7 years ago
Zach Hilman bc4bec8a60 fsmitm_romfsbuild: Add support for stubbing and IPS patches in LFS 7 years ago
Zach Hilman 110d578470 ips_layer: Fix inaccuracies with comments and flags 7 years ago
Zach Hilman 70bd2bb1d3 ips_layer: Deduplicate resource usage 7 years ago
Zach Hilman 9669cdb710 ips_layer: Add support for escape sequences and midline comments 7 years ago
Zach Hilman 8886f2e55e patch_manager: Add support for IPSwitch format patches 7 years ago
Zach Hilman 306739c2c4 ips_layer: Add IPSwitchCompiler to process IPSwitch format 7 years ago
Lioncash 024eec02a5 submission_package: Avoid dangling std::string_view within SetTicketKeys() 7 years ago
Lioncash dade709f63 submission_package: Correct location of null check within SetTicketKeys() 7 years ago
Lioncash 02841052aa submission_package: Use std::string's rfind() when looking for the extension in InitializeExeFSAndRomFS() 7 years ago
Lioncash 37ee05f7c0 submission_package: Ensure the 'extracted' member variable is always initialized 7 years ago
Lioncash ccf0a9cb38 submission_package: Move ExeFS and RomFS initialization to its own function 7 years ago
Lioncash fd312abedd submission_package: Move NCA reading code to its own function 7 years ago
Lioncash 4f18d35888 submission_package: Move ticket key setting to its own function 7 years ago
Lioncash 0d83f8f255 submission_package: Invert conditionals within NSP's constructor to reduce nesting 7 years ago
Lioncash cf463a9b67 card_image: Ensure program_nca_status is always initialized 7 years ago
Zach Hilman 215b65fe75 nso: Optimize loading of IPS patches 7 years ago
Zach Hilman 42fb4e82d3 patch_manager: Add PatchNSO function 7 years ago
Zach Hilman 4c2a94fa94 patch_manager: Use strings for patch type instead of enum 7 years ago
Zach Hilman 21b2411c44 file_sys: Implement function to apply IPS patches 7 years ago
Zach Hilman f72046099a aoc_u: Extract AccumulateAOCTitleIDs to separate function 7 years ago
Zach Hilman 7d86a008e2 aoc_u: Implement GetAddOnContentBaseId 7 years ago
Zach Hilman aa0c82e405 romfs_factory: Read from all locations with StorageId None 7 years ago
Zach Hilman 32fc31fb13 patch_manager: Add DLC recognition to PatchManager 7 years ago
Lioncash cf9d6c6f52 kernel/process: Make data member variables private 7 years ago
Lioncash 861580f6d2 fsmitm_romfsbuild: std::move std::vector instances in Build() 7 years ago
Lioncash 7ecdaaf189 fsmitm_romfsbuild: Replace manual value aligning with Common::AlignUp() 7 years ago
Lioncash 11104b4883 patch_manager: Invert conditionals within ApplyLayeredFS() 7 years ago
Lioncash e3b2ef9170 vfs_vector: Amend initializer list order in VectorVfsFile's constructor initializer list 7 years ago
Lioncash 4654f89618 fsmitm_romfsbuild: Avoid type truncation warnings 7 years ago
Lioncash 91b56c4928 fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFSBuildFileContext and RomFSBuildDirectoryContext 7 years ago
Lioncash 1f92cbc059 fsmitm_romfsbuild: Remove unnecessary loops in Build() 7 years ago
Lioncash fa9e0f9c8b fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build() 7 years ago
Lioncash 57616f9758 vfs/etc: Append std:: to size_t usages 7 years ago
Lioncash 28bef31ea8 vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile 7 years ago
Lioncash 14e2df5610 vfs_static: Remove template byte parameter from StaticVfsFile 7 years ago