summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/bis_factory.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-2/+2
2020-09-17file_sys/bis_factory: Eliminate usage of the global system accessorLioncash1-5/+5
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash1-1/+0
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash1-1/+1
2020-07-10bis_factory: Set User NAND free space to be 1 MiB less than total.Morph1-1/+3
2020-07-10bis_factory: Use hardware default NAND partition sizesMorph1-10/+11
2020-07-01key_manager: Correct casing of instance()Lioncash1-1/+1
2020-05-20crypto: Make KeyManager a singleton classFearlessTobi1-1/+1
2019-09-30filesystem: Add getter for BCAT temporary directoryZach Hilman1-0/+5
2019-09-21bis_factory: Add getters for NAND partition sizesZach Hilman1-0/+32
2019-09-21bis_factory: Fix mod loader edge-case with homebrew title IDsZach Hilman1-1/+1
2019-09-21bis_factory: Add accessors for BIS placeholder cachesZach Hilman1-1/+13
2019-09-21bis_factory: Add accessor for NAND Image DirectoryZach Hilman1-0/+4
2019-09-21bis_factory: Add accessors for BIS content directoriesZach Hilman1-0/+8
2019-09-21bis_factory: Add accessors for BIS partitionsZach Hilman1-0/+41
2018-10-29bis_factory: Add getter for mod dump root for a title IDZach Hilman1-1/+8
2018-10-16file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicableLioncash1-6/+6
2018-09-24fsmitm: Cleanup and modernize fsmitm portZach Hilman1-1/+1
2018-09-22bis_factory: Add mod directory VFS getterZach Hilman1-2/+10
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-0/+3
2018-08-23vfs: Add GetOrCreateDirectoryRelative methodZach Hilman1-9/+2
2018-08-12bis_factory: Create NAND dirs if they don't existZach Hilman1-2/+9
2018-08-12bis_factory: Add partial implementation of BISFactoryZach Hilman1-0/+24