SaveData: Implemented the SystemSaveData archive.

It will be stored in the /syssavedata folder. This archive is user by various Services and possibly games via the FS:U service.
This commit is contained in:
Subv
2014-12-17 23:44:32 -05:00
parent 94a103a000
commit bec527fa24
8 changed files with 80 additions and 2 deletions

View File

@ -21,8 +21,7 @@ public:
/**
* Initialize the archive.
* @return CreateSaveDataResult AlreadyExists if the SaveData folder already exists,
* Success if it was created properly and Failure if there was any error
* @return true if it initialized successfully
*/
bool Initialize();