summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/bis_factory.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-0/+3
Cuts down on include dependencies, resulting in less files that need to be rebuilt when certain things are changed.
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
Creates and stores RegisteredCaches for user and system NAND, as creation of a RegisteredCache is expensive.