FileSys: Implement OtherSaveData
This commit is contained in:
parent
b25f19ac26
commit
589b642790
7 changed files with 214 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue