summaryrefslogtreecommitdiffstats
path: root/src/core/hle/result.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-12-07 16:17:02 +0100
committerGitHub <noreply@github.com>2016-12-07 16:17:02 +0100
commit8d529a5cda86f6c59f21829d8a15deb5586c1c8d (patch)
tree06d0905c9fe39743cad4f71d9dd95321226cc61c /src/core/hle/result.h
parentImplement Frame rate limiter (#2223) (diff)
parentFileSys: Implement OtherSaveData (diff)
downloadyuzu-8d529a5cda86f6c59f21829d8a15deb5586c1c8d.tar
yuzu-8d529a5cda86f6c59f21829d8a15deb5586c1c8d.tar.gz
yuzu-8d529a5cda86f6c59f21829d8a15deb5586c1c8d.tar.bz2
yuzu-8d529a5cda86f6c59f21829d8a15deb5586c1c8d.tar.lz
yuzu-8d529a5cda86f6c59f21829d8a15deb5586c1c8d.tar.xz
yuzu-8d529a5cda86f6c59f21829d8a15deb5586c1c8d.tar.zst
yuzu-8d529a5cda86f6c59f21829d8a15deb5586c1c8d.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 f7356f9d8..8d29117a8 100644
--- a/src/core/hle/result.h
+++ b/src/core/hle/result.h
@@ -22,6 +22,7 @@ enum class ErrorDescription : u32 {
FS_ArchiveNotMounted = 101,
FS_FileNotFound = 112,
FS_PathNotFound = 113,
+ FS_GameCardNotInserted = 141,
FS_NotFound = 120,
FS_FileAlreadyExists = 180,
FS_DirectoryAlreadyExists = 185,