659 Commits (03fad5ebe86309cf22732ec9b8d3caf3da63f7b9)

Author SHA1 Message Date
Zach Hilman a49169e819 filesystem: Add const qualification to various accessors 7 years ago
Zach Hilman c6ff4a6f4d yuzu: Port old usages of Filesystem namespace to FilesystemController 7 years ago
Zach Hilman ccaafaccfc card_image: Add accessors for gamecard certificate 7 years ago
Zach Hilman 77f9ecd32b card_image: Add functions to query gamecard update partition 7 years ago
Zach Hilman e018a48460 content_archive: Add accessors for Rights ID and SDK Version 7 years ago
Zach Hilman 721a92775d sdmc_factory: Add SD Card size getters 7 years ago
Zach Hilman e47b57a90f bis_factory: Add getters for NAND partition sizes 7 years ago
Zach Hilman 0a8e540681 submisson_package: Fix edge case with improperly sized filenames 7 years ago
Zach Hilman 08c0783d34 sdmc_factory: Add accessor for SDMC Album directory 7 years ago
Zach Hilman 0084cceb20 sdmc_factory: Add accessor for SDMC PlaceholderCache 7 years ago
Zach Hilman 02b36b0eb5 sdmc_factory: Add accessor for content directory 7 years ago
Zach Hilman 49c44e3fae savedata_factory: Implement savedata creation and don't create dir on open 7 years ago
Zach Hilman 62d772eaed patch_manager: Add short-circuit edge-case to GetPatchVersionNames 7 years ago
Zach Hilman 06db4d94fd patch_manager: Add error checking to load dir to prevent crashes 7 years ago
Zach Hilman 9d9fc8a675 registered_cache: Process *.cnmt.nca files 7 years ago
Zach Hilman 8500ca797f registered_cache: Implement PlaceholderCache to manage placeholder and installing content 7 years ago
Zach Hilman 256a50ad15 bis_factory: Fix mod loader edge-case with homebrew title IDs 7 years ago
Zach Hilman b71bda45ae bis_factory: Add accessors for BIS placeholder caches 7 years ago
Zach Hilman 9bee885282 bis_factory: Add accessor for NAND Image Directory 7 years ago
Zach Hilman 4dae5a52a8 bis_factory: Add accessors for BIS content directories 7 years ago
Zach Hilman 3a1899d143 bis_factory: Add accessors for BIS partitions 7 years ago
Zach Hilman adab188c2b system_archive: Add open-source reimplementation of MiiModel data 7 years ago
Michael Scire 13a8fde3ad Implement MapPhysicalMemory/UnmapPhysicalMemory 7 years ago
Bakugo b50557d1f0 file_sys: Rename other ContentRecordType members 7 years ago
Bakugo c72ef5f405 file_sys/registered_cache: Improve missing metadata error 7 years ago
Bakugo 9968c0883a file_sys/submission_package: Don't warn about missing DeltaFragment NCAs 7 years ago
Bakugo 79163fca80 file_sys/registered_cache: Ignore DeltaFragment NCAs during installation 7 years ago
Bakugo 306a24aad7 file_sys: Rename ContentRecordType::Patch to DeltaFragment 7 years ago
Zach Hilman d10fc2d727 glue: Correct missing bytes in ApplicationLaunchParameter 7 years ago
Zach Hilman db2e5e5fa6 registered_cache: Add getter to determine source slot in content provider union 7 years ago
Zach Hilman a468273221 patch_manager: Add getter for title version 7 years ago
jonsn0w e78d069a81
Update content_archive.cpp 7 years ago
David Marcec 6ca20ad7ba Addressed issues 7 years ago
David Marcec 335127af69 Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent 7 years ago
Lioncash 18c1d91920
file_sys/ips_layer: Remove unnecessary reserve() call 7 years ago
Lioncash a62088539e
common/hex_util: Combine HexVectorToString() and HexArrayToString() 7 years ago
Lioncash c7daddb715
file_sys/card_image: Remove obsolete TODO 7 years ago
Lioncash a602bcaaf8
file_sys/nca_metadata: Update CNMT structures 7 years ago
Lioncash 7bdef6106e
file_sys/card_image: Deduplicate casts within AddNCAFromPartition() 7 years ago
Lioncash 81d361d9f8
file_sys/card_image: Make bracing consistent 7 years ago
Lioncash e34368249f
file_sys/card_image: Assign collapsed NCA contents directly to ncas member 7 years ago
Lioncash 288d027e89
file_sys/card_image: Deduplicate type cast 7 years ago
Lioncash 825ffd7b1f
file_sys/card_image: Get rid of a magic number 7 years ago
Lioncash bf35138d1d
file_sys/card_image: Use std::array deduction guides 7 years ago
Zach Hilman b957a4862f nsp: Correct status codes for extracted NSPs 7 years ago
Zach Hilman 1c75945dc4 nsp: Use title ID from NPDM metadata for extracted type NSPs 7 years ago
Zach Hilman 9db119f8a2 kernel_executable: Optimize BLZ decompression 7 years ago
Zach Hilman c417b4fe28 game_list: Accept *.kip as a file extension of executables 7 years ago
Zach Hilman b550a01f74 program_metadata: Add function to load meta from raw parameters 7 years ago
Zach Hilman 421c3e831a file_sys: Add classes to parse KIP1 and INI1 files 7 years ago