summaryrefslogtreecommitdiff
path: root/src/core/file_sys
AgeCommit message (Expand)Author
2019-10-14Merge pull request #2897 from DarkLordZach/oss-ext-fonts-1bunnei
2019-10-14Merge pull request #2930 from DarkLordZach/gamecard-partitionsbunnei
2019-10-13card_image: Implement system update commands in XCIZach Hilman
2019-10-13pl_u: Fix mismatched rebase size error in font encryptionZach Hilman
2019-10-13pl_u: Use kernel physical memoryZach Hilman
2019-10-13pl_u: Use OSS system archives if real archives don't existZach Hilman
2019-10-13system_archive: Synthesize shared fonts system archivesZach Hilman
2019-10-13externals: Move OSS font data to file_sys in coreZach Hilman
2019-10-06core: Remove Core::CurrentProcess()Lioncash
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash
2019-09-30bcat: Implement DeliveryCacheProgressImpl structureZach Hilman
2019-09-30boxcat: Use Etag header names for file digestZach Hilman
2019-09-30filesystem: Add getter for BCAT temporary directoryZach Hilman
2019-09-30vfs: Add function to extract ZIP file into virtual filesystemZach Hilman
2019-09-22card_image: Add accessors for raw partitions in XCIZach Hilman
2019-09-22card_image: Lazily load partitions in XCIZach Hilman
2019-09-22pfs: Provide accessors for file sizes and offsetsZach Hilman
2019-09-22Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"David Marcec
2019-09-22Merge pull request #2535 from DarkLordZach/cheat-v2David
2019-09-22Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1David
2019-09-21pl_u: Use kernel physical memoryZach Hilman
2019-09-21dmnt_cheat_vm: Default initialize structure valuesZach Hilman
2019-09-21pl_u: Use OSS system archives if real archives don't existZach Hilman
2019-09-21patch_manager: Update cheat parsing for new VMZach Hilman
2019-09-21cheat_engine: Move to memory and strip VMZach Hilman
2019-09-21system_archive: Synthesize shared fonts system archivesZach Hilman
2019-09-21externals: Move OSS font data to file_sys in coreZach Hilman
2019-09-21configure_debug: Move reporting option to loggingZach Hilman
2019-09-21filesystem: Add const qualification to various accessorsZach Hilman
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman
2019-09-21card_image: Add accessors for gamecard certificateZach Hilman
2019-09-21card_image: Add functions to query gamecard update partitionZach Hilman
2019-09-21content_archive: Add accessors for Rights ID and SDK VersionZach Hilman
2019-09-21sdmc_factory: Add SD Card size gettersZach Hilman
2019-09-21bis_factory: Add getters for NAND partition sizesZach Hilman
2019-09-21submisson_package: Fix edge case with improperly sized filenamesZach Hilman
2019-09-21sdmc_factory: Add accessor for SDMC Album directoryZach Hilman
2019-09-21sdmc_factory: Add accessor for SDMC PlaceholderCacheZach Hilman
2019-09-21sdmc_factory: Add accessor for content directoryZach Hilman
2019-09-21savedata_factory: Implement savedata creation and don't create dir on openZach Hilman
2019-09-21patch_manager: Add short-circuit edge-case to GetPatchVersionNamesZach Hilman
2019-09-21patch_manager: Add error checking to load dir to prevent crashesZach Hilman
2019-09-21registered_cache: Process *.cnmt.nca filesZach Hilman
2019-09-21registered_cache: Implement PlaceholderCache to manage placeholder and instal...Zach Hilman
2019-09-21bis_factory: Fix mod loader edge-case with homebrew title IDsZach Hilman
2019-09-21bis_factory: Add accessors for BIS placeholder cachesZach Hilman
2019-09-21bis_factory: Add accessor for NAND Image DirectoryZach Hilman
2019-09-21bis_factory: Add accessors for BIS content directoriesZach Hilman
2019-09-21bis_factory: Add accessors for BIS partitionsZach Hilman
2019-09-21Merge pull request #2576 from DarkLordZach/nsp-fix-1David