diff options
| author | wwylele <wwylele@gmail.com> | 2016-11-29 00:52:11 +0200 |
|---|---|---|
| committer | wwylele <wwylele@gmail.com> | 2016-11-29 23:50:00 +0200 |
| commit | 589b6427909dfc7a4b5ee1a64cb86d38d459b0f3 (patch) | |
| tree | b6ad186dd5d10ef0aa5db9153962a1c18060f417 /src/core/hle/result.h | |
| parent | b25f19ac26bdebf13f7c8f4f278118ac0450534c (diff) | |
FileSys: Implement OtherSaveData
Diffstat (limited to 'src/core/hle/result.h')
| -rw-r--r-- | src/core/hle/result.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/result.h b/src/core/hle/result.h index f7356f9d8..8d29117a8 100644 --- a/src/core/hle/result.h +++ b/src/core/hle/result.h @@ -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, |
