summaryrefslogtreecommitdiffstats
path: root/src/core/hle/result.h
diff options
context:
space:
mode:
authorJamePeng <jame_peng@sina.com>2016-06-29 14:47:22 +0200
committerJamePeng <jame_peng@sina.com>2016-07-04 18:39:09 +0200
commitf87bb8ba0a7fa0ec3e0ae18b38c894d637c39fa0 (patch)
treec6e1053f5d9207a7173a2a33ecc0741ec74a4b34 /src/core/hle/result.h
parentMerge pull request #1935 from wwylele/fix-result-module (diff)
downloadyuzu-f87bb8ba0a7fa0ec3e0ae18b38c894d637c39fa0.tar
yuzu-f87bb8ba0a7fa0ec3e0ae18b38c894d637c39fa0.tar.gz
yuzu-f87bb8ba0a7fa0ec3e0ae18b38c894d637c39fa0.tar.bz2
yuzu-f87bb8ba0a7fa0ec3e0ae18b38c894d637c39fa0.tar.lz
yuzu-f87bb8ba0a7fa0ec3e0ae18b38c894d637c39fa0.tar.xz
yuzu-f87bb8ba0a7fa0ec3e0ae18b38c894d637c39fa0.tar.zst
yuzu-f87bb8ba0a7fa0ec3e0ae18b38c894d637c39fa0.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 68d6f5a87..268a8dad2 100644
--- a/src/core/hle/result.h
+++ b/src/core/hle/result.h
@@ -20,6 +20,7 @@ enum class ErrorDescription : u32 {
WrongPermission = 46,
OS_InvalidBufferDescriptor = 48,
WrongAddress = 53,
+ FS_ArchiveNotMounted = 101,
FS_NotFound = 120,
FS_AlreadyExists = 190,
FS_InvalidOpenFlags = 230,