summaryrefslogtreecommitdiffstats
path: root/src/core/hle/result.h
diff options
context:
space:
mode:
authormailwl <mailwl@gmail.com>2016-05-28 13:42:40 +0200
committermailwl <mailwl@gmail.com>2016-06-01 08:40:15 +0200
commit07cc7811636360d042282a12e6a570337f20e3fc (patch)
tree4388f7cd0dfcbc777dd6828d5f62fae21108168c /src/core/hle/result.h
parentMerge pull request #1812 from JayFoxRox/refactor-shader (diff)
downloadyuzu-07cc7811636360d042282a12e6a570337f20e3fc.tar
yuzu-07cc7811636360d042282a12e6a570337f20e3fc.tar.gz
yuzu-07cc7811636360d042282a12e6a570337f20e3fc.tar.bz2
yuzu-07cc7811636360d042282a12e6a570337f20e3fc.tar.lz
yuzu-07cc7811636360d042282a12e6a570337f20e3fc.tar.xz
yuzu-07cc7811636360d042282a12e6a570337f20e3fc.tar.zst
yuzu-07cc7811636360d042282a12e6a570337f20e3fc.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/result.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/result.h b/src/core/hle/result.h
index bfb3327ce..57dedcb22 100644
--- a/src/core/hle/result.h
+++ b/src/core/hle/result.h
@@ -26,6 +26,7 @@ enum class ErrorDescription : u32 {
FS_NotAFile = 250,
FS_NotFormatted = 340, ///< This is used by the FS service when creating a SaveData archive
OutofRangeOrMisalignedAddress = 513, // TODO(purpasmart): Check if this name fits its actual usage
+ GPU_FirstInitialization = 519,
FS_InvalidPath = 702,
InvalidSection = 1000,
TooLarge = 1001,