summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/bis_factory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-2/+2
* file_sys/bis_factory: Eliminate usage of the global system accessorLioncash2020-09-171-5/+5
* file_sys: Replace inclusions with forward declarations where applicableLioncash2020-08-231-1/+0
* common/fileutil: Convert namespace to Common::FSLioncash2020-08-161-1/+1
* bis_factory: Set User NAND free space to be 1 MiB less than total.Morph2020-07-101-1/+3
* bis_factory: Use hardware default NAND partition sizesMorph2020-07-101-10/+11
* key_manager: Correct casing of instance()Lioncash2020-07-011-1/+1
* crypto: Make KeyManager a singleton classFearlessTobi2020-05-201-1/+1
* filesystem: Add getter for BCAT temporary directoryZach Hilman2019-09-301-0/+5
* bis_factory: Add getters for NAND partition sizesZach Hilman2019-09-211-0/+32
* bis_factory: Fix mod loader edge-case with homebrew title IDsZach Hilman2019-09-211-1/+1
* bis_factory: Add accessors for BIS placeholder cachesZach Hilman2019-09-211-1/+13
* bis_factory: Add accessor for NAND Image DirectoryZach Hilman2019-09-211-0/+4
* bis_factory: Add accessors for BIS content directoriesZach Hilman2019-09-211-0/+8
* bis_factory: Add accessors for BIS partitionsZach Hilman2019-09-211-0/+41
* bis_factory: Add getter for mod dump root for a title IDZach Hilman2018-10-291-1/+8
* file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicableLioncash2018-10-161-6/+6
* fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-1/+1
* bis_factory: Add mod directory VFS getterZach Hilman2018-09-221-2/+10
* file_sys: Replace includes with forward declarations where applicableLioncash2018-09-041-0/+3
* vfs: Add GetOrCreateDirectoryRelative methodZach Hilman2018-08-231-9/+2
* bis_factory: Create NAND dirs if they don't existZach Hilman2018-08-121-2/+9
* bis_factory: Add partial implementation of BISFactoryZach Hilman2018-08-121-0/+24