diff options
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 cb2d681e0..ea3abb5f6 100644 --- a/src/core/hle/result.h +++ b/src/core/hle/result.h | |||
| @@ -18,6 +18,7 @@ | |||
| 18 | /// Detailed description of the error. This listing is likely incomplete. | 18 | /// Detailed description of the error. This listing is likely incomplete. |
| 19 | enum class ErrorDescription : u32 { | 19 | enum class ErrorDescription : u32 { |
| 20 | Success = 0, | 20 | Success = 0, |
| 21 | WrongAddress = 53, | ||
| 21 | FS_NotFound = 100, | 22 | FS_NotFound = 100, |
| 22 | FS_NotFormatted = 340, ///< This is used by the FS service when creating a SaveData archive | 23 | FS_NotFormatted = 340, ///< This is used by the FS service when creating a SaveData archive |
| 23 | InvalidSection = 1000, | 24 | InvalidSection = 1000, |