fspsrv: Implement DisableAutoSaveDataCreation (#6355)

- Used by Mii Edit
This commit is contained in:
Chloe
2021-06-03 10:46:29 +10:00
committed by GitHub
parent 4ea171fa5e
commit c4c256f56a
6 changed files with 25 additions and 2 deletions

View File

@ -120,6 +120,8 @@ public:
FileSys::VirtualDir GetBCATDirectory(u64 title_id) const;
void SetAutoSaveDataCreation(bool enable);
// Creates the SaveData, SDMC, and BIS Factories. Should be called once and before any function
// above is called.
void CreateFactories(FileSys::VfsFilesystem& vfs, bool overwrite = true);