aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/bis_factory.cpp
AgeCommit message (Expand)Author
2024-01-25fs: Replace Mode enum by OpenMode enumFearlessTobi
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2020-09-16file_sys/bis_factory: Eliminate usage of the global system accessorLioncash
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash
2020-07-10bis_factory: Set User NAND free space to be 1 MiB less than total.Morph
2020-07-10bis_factory: Use hardware default NAND partition sizesMorph
2020-07-01key_manager: Correct casing of instance()Lioncash
2020-05-20crypto: Make KeyManager a singleton classFearlessTobi
2019-09-30filesystem: Add getter for BCAT temporary directoryZach Hilman
2019-09-21bis_factory: Add getters for NAND partition sizesZach 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
2018-10-29bis_factory: Add getter for mod dump root for a title IDZach Hilman
2018-10-16file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...Lioncash
2018-09-23fsmitm: Cleanup and modernize fsmitm portZach Hilman
2018-09-21bis_factory: Add mod directory VFS getterZach Hilman
2018-09-03file_sys: Replace includes with forward declarations where applicableLioncash
2018-08-23vfs: Add GetOrCreateDirectoryRelative methodZach Hilman
2018-08-11bis_factory: Create NAND dirs if they don't existZach Hilman
2018-08-11bis_factory: Add partial implementation of BISFactoryZach Hilman