Archives: Made the Format function more generic.

This commit is contained in:
Subv
2015-02-07 13:31:34 -05:00
committed by Yuri Kunde Schlesner
parent 071663e074
commit 1bbf0567b1
3 changed files with 10 additions and 9 deletions

View File

@ -162,10 +162,13 @@ ResultVal<Kernel::SharedPtr<Directory>> OpenDirectoryFromArchive(ArchiveHandle a
const FileSys::Path& path);
/**
* Creates a blank SaveData archive.
* Erases the contents of the physical folder that contains the archive
* identified by the specified id code and path
* @param id_code The id of the archive to format
* @param path The path to the archive, if relevant.
* @return ResultCode 0 on success or the corresponding code on error
*/
ResultCode FormatSaveData();
ResultCode FormatArchive(ArchiveIdCode id_code, const FileSys::Path& path = FileSys::Path());
/**
* Creates a blank SharedExtSaveData archive for the specified extdata ID