453 Commits (96d131ebc1200cf2ed06b3d4caa32f6be7fd30a0)

Author SHA1 Message Date
Zach Hilman 0ad053c374 aoc_u: Extract AccumulateAOCTitleIDs to separate function 7 years ago
Zach Hilman 7e0956b870 aoc_u: Implement GetAddOnContentBaseId 7 years ago
Zach Hilman 3a963f105f romfs_factory: Read from all locations with StorageId None 7 years ago
Zach Hilman cfc63b8736 patch_manager: Add DLC recognition to PatchManager 7 years ago
Lioncash 9d8f4d934b kernel/process: Make data member variables private 7 years ago
Lioncash cc482913f4 fsmitm_romfsbuild: std::move std::vector instances in Build() 7 years ago
Lioncash 8c2a41fa87 fsmitm_romfsbuild: Replace manual value aligning with Common::AlignUp() 7 years ago
Lioncash 77f4e47b49 patch_manager: Invert conditionals within ApplyLayeredFS() 7 years ago
Lioncash df3517f7b3 vfs_vector: Amend initializer list order in VectorVfsFile's constructor initializer list 7 years ago
Lioncash 0234afa2ab fsmitm_romfsbuild: Avoid type truncation warnings 7 years ago
Lioncash 87fdd86e0e fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFSBuildFileContext and RomFSBuildDirectoryContext 7 years ago
Lioncash b532635176 fsmitm_romfsbuild: Remove unnecessary loops in Build() 7 years ago
Lioncash cb483ba942 fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build() 7 years ago
Lioncash 8a132a6dc3 vfs/etc: Append std:: to size_t usages 7 years ago
Lioncash c42d80cd15 vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile 7 years ago
Lioncash 7cab491fcb vfs_static: Remove template byte parameter from StaticVfsFile 7 years ago
Lioncash 149d3e546a process/vm_manager: Amend API to allow reading parameters from NPDM metadata 7 years ago
Zach Hilman 0243903c12 fsmitm: Cleanup and modernize fsmitm port 7 years ago
Zach Hilman 600867c594 qt: Add UI elements for LayeredFS and related tools 7 years ago
Zach Hilman a3a1b7d144 romfs: Implement CreateRomFS 7 years ago
Zach Hilman 38f80a495b file_sys: Port Atmosphere-NX fs_mitm implementation 7 years ago
Zach Hilman 0a42fdaf1d bis_factory: Add mod directory VFS getter 7 years ago
Zach Hilman 9d428044ad patch_manager: Add LayeredFS mods support 7 years ago
Zach Hilman b6535b4376 vfs_concat: Rewrite and fix ConcatenatedVfsFile 7 years ago
Zach Hilman 3d1fdb3f79 vfs_layered: Add LayeredVfsDirectory 7 years ago
Zach Hilman af9d8e20d6 vfs_vector: Add VectorVfsFile 7 years ago
Zach Hilman 1da3b1f3b4 vfs_static: Add StaticVfsFile 7 years ago
Zach Hilman c151394e47 vfs: Add and rewite VfsRawCopy functions 7 years ago
Zach Hilman df19124e6d vfs: Add GetEntries method 7 years ago
Lioncash 315f6ef402 file-sys: Default heavy-weight class destructors in the cpp file 7 years ago
Lioncash fdfb47dbb4 control_metadata: Remove unnecessary else within GetLanguageEntry() 7 years ago
Lioncash 204d0da99a control_metadata: Move language name array definition to the cpp file 7 years ago
Lioncash a3a51a7b98 xts_archive: Remove unused variables from CalculateHMAC256() 7 years ago
Lioncash d2736c4ddc xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptr 7 years ago
Lioncash a832a42fe0 xts_archive: Ensure NAX's type member is always initialized 7 years ago
Lioncash 42f1695022 xts_archive: Amend initializer order of NAX's constructor 7 years ago
Zach Hilman 5b05f7761d savedata_factory: Add TemporaryStorage SaveDataType 7 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Lioncash 3168210492 file_sys/nca_patch: Amend constructor initializer list order 7 years ago
Lioncash d15352b38b file_sys/nca_patch: Remove unnecessary includes 7 years ago
Lioncash 1c61b93026 file_sys/patch_manager: Add missing includes 7 years ago
Lioncash c0f0078eb1 file_sys/submission_package: Correct constructor initialization list order 7 years ago
Lioncash a4907882ad file_sys/submission_package: Replace includes with forward declarations where applicable 7 years ago
Zach Hilman 46eb9ec6ba bktr: Fix bucket overlap error 7 years ago
Zach Hilman 14a18fd7ae patch_manager: Centralize Control-type NCA parsing 7 years ago
Zach Hilman 4148e4fbba nsp: Fix error masking issue with XCI files 7 years ago
Zach Hilman ac7d3882b4 game_list: Fix version display on non-NAND titles 7 years ago
Zach Hilman b555718bb9 bktr: Add logging on successful patch 7 years ago
Zach Hilman b8f8b0fa47 bktr: Implement IVFC offset shifting 7 years ago
Zach Hilman e88835cd40 bktr: Fix missing includes and optimize style 7 years ago