diff options
author | wwylele <wwylele@gmail.com> | 2016-10-17 14:23:34 +0200 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2016-11-19 17:24:37 +0100 |
commit | a879984c06baf6c4185e376dd47258bfc108dec5 (patch) | |
tree | f8470cd6b72e9b18da75446778263fdf13644f29 /src/core/hle/result.h | |
parent | FileSys: add SaveDataArchive (diff) | |
download | yuzu-a879984c06baf6c4185e376dd47258bfc108dec5.tar yuzu-a879984c06baf6c4185e376dd47258bfc108dec5.tar.gz yuzu-a879984c06baf6c4185e376dd47258bfc108dec5.tar.bz2 yuzu-a879984c06baf6c4185e376dd47258bfc108dec5.tar.lz yuzu-a879984c06baf6c4185e376dd47258bfc108dec5.tar.xz yuzu-a879984c06baf6c4185e376dd47258bfc108dec5.tar.zst yuzu-a879984c06baf6c4185e376dd47258bfc108dec5.zip |
Diffstat (limited to '')
-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 8330894f2..a355f970a 100644 --- a/src/core/hle/result.h +++ b/src/core/hle/result.h @@ -34,6 +34,7 @@ enum class ErrorDescription : u32 { 513, // TODO(purpasmart): Check if this name fits its actual usage GPU_FirstInitialization = 519, FS_InvalidPath = 702, + FS_WriteBeyondEnd = 705, FS_UnsupportedOpenFlags = 760, FS_UnexpectedFileOrDirectory = 770, InvalidSection = 1000, |