filesystem: Add LayeredFS VFS directory getter

This commit is contained in:
Zach Hilman
2018-09-19 22:04:15 -04:00
parent 50a470eab8
commit 940a711caf
2 changed files with 14 additions and 1 deletions

View File

@ -52,6 +52,8 @@ std::shared_ptr<FileSys::RegisteredCache> GetSystemNANDContents();
std::shared_ptr<FileSys::RegisteredCache> GetUserNANDContents();
std::shared_ptr<FileSys::RegisteredCache> GetSDMCContents();
FileSys::VirtualDir GetModificationLoadRoot(u64 title_id);
// Creates the SaveData, SDMC, and BIS Factories. Should be called once and before any function
// above is called.
void CreateFactories(const FileSys::VirtualFilesystem& vfs, bool overwrite = true);