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 3a3c6b2446
commit 8eb5da9a7c
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);