summaryrefslogtreecommitdiffstats
path: root/src/core/hle/result.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2015-12-28 16:03:09 +0100
committerSubv <subv2112@gmail.com>2016-03-20 20:28:17 +0100
commit96f0e32f836b19edb3d14ce4f87a7aed1ac6a8e1 (patch)
tree9eed35100efe7714f7ef5a39ff2c3bbf897f3dae /src/core/hle/result.h
parentHLE/FS: Corrected the error codes for DeleteFile (diff)
downloadyuzu-96f0e32f836b19edb3d14ce4f87a7aed1ac6a8e1.tar
yuzu-96f0e32f836b19edb3d14ce4f87a7aed1ac6a8e1.tar.gz
yuzu-96f0e32f836b19edb3d14ce4f87a7aed1ac6a8e1.tar.bz2
yuzu-96f0e32f836b19edb3d14ce4f87a7aed1ac6a8e1.tar.lz
yuzu-96f0e32f836b19edb3d14ce4f87a7aed1ac6a8e1.tar.xz
yuzu-96f0e32f836b19edb3d14ce4f87a7aed1ac6a8e1.tar.zst
yuzu-96f0e32f836b19edb3d14ce4f87a7aed1ac6a8e1.zip
Diffstat (limited to 'src/core/hle/result.h')
-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 b9ee5f7d9..b68c0ff0d 100644
--- a/src/core/hle/result.h
+++ b/src/core/hle/result.h
@@ -21,6 +21,7 @@ enum class ErrorDescription : u32 {
WrongAddress = 53,
FS_NotFound = 120,
FS_AlreadyExists = 190,
+ FS_InvalidOpenFlags = 230,
FS_NotAFile = 250,
FS_NotFormatted = 340, ///< This is used by the FS service when creating a SaveData archive
InvalidSection = 1000,