diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2018-09-19 22:04:15 -0400 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2018-09-21 19:53:33 -0400 |
| commit | 940a711caf12f15b9b30d0119fa6466c81091479 (patch) | |
| tree | 69ffef4889ae058b01a2be65221d60bf4b0eaaa5 /src/core/hle/service/filesystem/filesystem.h | |
| parent | 50a470eab8a409901250d2d3cca5399e9c243f59 (diff) | |
filesystem: Add LayeredFS VFS directory getter
Diffstat (limited to 'src/core/hle/service/filesystem/filesystem.h')
| -rw-r--r-- | src/core/hle/service/filesystem/filesystem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/filesystem/filesystem.h b/src/core/hle/service/filesystem/filesystem.h index aab65a2b8..7039a2247 100644 --- a/src/core/hle/service/filesystem/filesystem.h +++ b/src/core/hle/service/filesystem/filesystem.h @@ -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); |
