814 Commits (1773a1039f7422df4faac08aa366b6a6bbd645e4)

Author SHA1 Message Date
Zach Hilman 7d86a008e2 aoc_u: Implement GetAddOnContentBaseId 8 years ago
Zach Hilman aa0c82e405 romfs_factory: Read from all locations with StorageId None 8 years ago
Zach Hilman 32fc31fb13 patch_manager: Add DLC recognition to PatchManager 8 years ago
Lioncash cf9d6c6f52 kernel/process: Make data member variables private 8 years ago
Lioncash 861580f6d2 fsmitm_romfsbuild: std::move std::vector instances in Build() 8 years ago
Lioncash 7ecdaaf189 fsmitm_romfsbuild: Replace manual value aligning with Common::AlignUp() 8 years ago
Lioncash 11104b4883 patch_manager: Invert conditionals within ApplyLayeredFS() 8 years ago
Lioncash e3b2ef9170 vfs_vector: Amend initializer list order in VectorVfsFile's constructor initializer list 8 years ago
Lioncash 4654f89618 fsmitm_romfsbuild: Avoid type truncation warnings 8 years ago
Lioncash 91b56c4928 fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFSBuildFileContext and RomFSBuildDirectoryContext 8 years ago
Lioncash 1f92cbc059 fsmitm_romfsbuild: Remove unnecessary loops in Build() 8 years ago
Lioncash fa9e0f9c8b fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build() 8 years ago
Lioncash 57616f9758 vfs/etc: Append std:: to size_t usages 8 years ago
Lioncash 28bef31ea8 vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile 8 years ago
Lioncash 14e2df5610 vfs_static: Remove template byte parameter from StaticVfsFile 8 years ago
Lioncash 75603b005b process/vm_manager: Amend API to allow reading parameters from NPDM metadata 8 years ago
Zach Hilman b3c2ec362b fsmitm: Cleanup and modernize fsmitm port 8 years ago
Zach Hilman ba0873d33c qt: Add UI elements for LayeredFS and related tools 8 years ago
Zach Hilman 050547b801 romfs: Implement CreateRomFS 8 years ago
Zach Hilman 6eada3c57d file_sys: Port Atmosphere-NX fs_mitm implementation 8 years ago
Zach Hilman 50a470eab8 bis_factory: Add mod directory VFS getter 8 years ago
Zach Hilman 16188acb50 patch_manager: Add LayeredFS mods support 8 years ago
Zach Hilman 44fdac334c vfs_concat: Rewrite and fix ConcatenatedVfsFile 8 years ago
Zach Hilman 3e5c3d0f16 vfs_layered: Add LayeredVfsDirectory 8 years ago
Zach Hilman b52343a428 vfs_vector: Add VectorVfsFile 8 years ago
Zach Hilman c65d4d119f vfs_static: Add StaticVfsFile 8 years ago
Zach Hilman f68e324672 vfs: Add and rewite VfsRawCopy functions 8 years ago
Zach Hilman d6cbb3a3e0 vfs: Add GetEntries method 8 years ago
Lioncash 05ef9dfc10 file-sys: Default heavy-weight class destructors in the cpp file 8 years ago
Lioncash 3146502a12 control_metadata: Remove unnecessary else within GetLanguageEntry() 8 years ago
Lioncash 05d49962b6 control_metadata: Move language name array definition to the cpp file 8 years ago
Lioncash 2e5f0e5024 xts_archive: Remove unused variables from CalculateHMAC256() 8 years ago
Lioncash 2752183883 xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptr 8 years ago
Lioncash f272261c21 xts_archive: Ensure NAX's type member is always initialized 8 years ago
Lioncash 92a98a8b19 xts_archive: Amend initializer order of NAX's constructor 8 years ago
Zach Hilman dfaea55be5 savedata_factory: Add TemporaryStorage SaveDataType 8 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 8 years ago
Lioncash 54724fe918 file_sys/nca_patch: Amend constructor initializer list order 8 years ago
Lioncash b155b3ef81 file_sys/nca_patch: Remove unnecessary includes 8 years ago
Lioncash a859a35ec8 file_sys/patch_manager: Add missing includes 8 years ago
Lioncash 6bd6beee20 file_sys/submission_package: Correct constructor initialization list order 8 years ago
Lioncash c0b7ed8b58 file_sys/submission_package: Replace includes with forward declarations where applicable 8 years ago
Zach Hilman c913136eb2 bktr: Fix bucket overlap error 8 years ago
Zach Hilman 23a16c1720 patch_manager: Centralize Control-type NCA parsing 8 years ago
Zach Hilman 92e26df00f nsp: Fix error masking issue with XCI files 8 years ago
Zach Hilman c91b60a421 game_list: Fix version display on non-NAND titles 8 years ago
Zach Hilman cbd517d8cc bktr: Add logging on successful patch 8 years ago
Zach Hilman a6e75cd45b bktr: Implement IVFC offset shifting 8 years ago
Zach Hilman 9664ce255d bktr: Fix missing includes and optimize style 8 years ago
Zach Hilman 97bf83bc56 patch_manager: Add usages of patches to ExeFS 8 years ago