FileSys: Implement OtherSaveData

This commit is contained in:
wwylele 2016-11-29 00:52:11 +02:00
parent b25f19ac26
commit 589b642790
7 changed files with 214 additions and 0 deletions

View file

@ -22,6 +22,7 @@ enum class ErrorDescription : u32 {
FS_ArchiveNotMounted = 101,
FS_FileNotFound = 112,
FS_PathNotFound = 113,
FS_GameCardNotInserted = 141,
FS_NotFound = 120,
FS_FileAlreadyExists = 180,
FS_DirectoryAlreadyExists = 185,