610 Commits (2c6e4ce0ad367f63d2203b6a21e1cf244f344efb)

Author SHA1 Message Date
Zach Hilman 0cea05cdf7 patch_manager: Obey disabled add-ons list when patching game 7 years ago
Lioncash 7e2467e695 file_sys/directory: Amend path buffer size for directory entries 7 years ago
Lioncash efbcff0af0 file_sys/registered_cache: Eliminate variable shadowing 7 years ago
Lioncash db4523f1ec filesystem: De-globalize registered_cache_union 7 years ago
Lioncash 0ccaaafca3 file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by default 7 years ago
Lioncash a7d9fe993a service/fsp_srv: Implement CleanDirectoryRecursively 7 years ago
Lioncash 7b1aaaa069 file_sys/registered_cache: Remove unused <map> include 7 years ago
Lioncash d72c809030 file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry() 7 years ago
Lioncash d4e3d567ce control_metadata: Correct typo in language name (Portugese -> Portuguese) 7 years ago
Zach Hilman 86ad1f8db6 file_sys: Implement system archive synthesizer for NgWord (806) 7 years ago
Zach Hilman 54e74b3572 patch_manager: Show LayeredExeFS patch in add-ons column 7 years ago
Lioncash 820bcee6a4 file_sys/card_image: Provide named members for the GamecardInfo struct 7 years ago
Zach Hilman da6d4cde56 patch_manager: Apply LayeredExeFS patches 7 years ago
Zach Hilman 17d8e25cbf settings: Add option to dump ExeFS of games upon launch 7 years ago
Lioncash 5c9c33e8ad file_sys/errors: Remove currently unused filesystem error codes 7 years ago
Lioncash edd5b6f12f file_sys/errors: Get rid of the ErrCodes namespace 7 years ago
Lioncash b725d1fdf7 file_sys/errors: Extract FS-related error codes to file_sys/errors.h 7 years ago
Zach Hilman 6aa69880ea file_sys: Add framework for synthesizing open source archives 7 years ago
Zach Hilman 34cd56980f vfs_vector: Add VFS backend for std::array 7 years ago
Zach Hilman 97d425c304 file_sys: Use common KeyManager in NCA container types 7 years ago
Zach Hilman e20db909ee content_archive: Add optional KeyManager parameter to constructor 7 years ago
Lioncash 352b56367c general: Remove unused boost inclusions where applicable 7 years ago
Frederic L 7a5eda5914 global: Use std::optional instead of boost::optional (#1578) 7 years ago
Zach Hilman bdaa76c0db ns: Implement command 400: GetApplicationControlData 7 years ago
Zach Hilman 1c0226815d patch_manager: Add support for dumping decompressed NSOs 7 years ago
Zach Hilman 9078bb9854 bis_factory: Add getter for mod dump root for a title ID 7 years ago
Zach Hilman df264d2ccb savedata_factory: Expose accessors for SaveDataSpace 7 years ago
Zach Hilman b04e39107f control_metadata: Add GetRawBytes function to NACP 7 years ago
Frederic L 72d10ce66c file_sys/patch_manager: Remove unnecessary if-statements (#1586) 7 years ago
Zach Hilman 9a87ece837 ips_layer: Use rle_size instead of data_size in RLE patch application 7 years ago
Lioncash c7c594a6b8
vfs: Handle failure of file reading within VfsRawCopy() 7 years ago
Zach Hilman a25d79cfaa vfs: Remove InterpretAsDirectory and related functions 7 years ago
Zach Hilman 9d0fb0f815 qt: Add support for dumping a DLC Data RomFS 7 years ago
Zach Hilman 59044862a9 registered_cache: Deduplicate results of ListEntry and ListEntryFilter 7 years ago
Zach Hilman d8273c3857 patch_manager: Add support for using LayeredFS with Data 7 years ago
Lioncash 871350ae35 content_archive: Simpify assignment of bktr_base_romfs in the constructor 7 years ago
Lioncash 441b5b97bd content_archive: Make IsValidNCA() an internally linked function 7 years ago
Lioncash 53e77ffbfe content_archive: Simplify rights ID check 7 years ago
Lioncash d6604fa765 content_archive: Split loading into separate functions 7 years ago
Lioncash 4783ad54de content_archive: Pass and take NCASectionHeader instance by reference 7 years ago
Lioncash 73e1e929a2 XCI: Add function for checking the existence of the program NCA 7 years ago
Zach Hilman 9d4e6176eb savedata_factory: Add TemporaryStorage SaveDataSpaceId 7 years ago
Zach Hilman 74890cf2da savedata_factory: Add support for DeviceSaveData 7 years ago
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
Zach Hilman f61379f8d2 patch_manager: Move non-Program RomFS patch log to Debug 7 years ago
Zach Hilman 90c07e0d33 content_archive: Move get key log to Trace level 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