summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/bis_factory.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Cuts down on include dependencies, resulting in less files that need to be rebuilt when certain things are changed.
* 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
Creates and stores RegisteredCaches for user and system NAND, as creation of a RegisteredCache is expensive.