summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/errors.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2018-01-09 21:02:04 +0100
committerSubv <subv2112@gmail.com>2018-01-09 21:02:04 +0100
commitbc91ebacc1810db003d4a87cb595e0d07fc14000 (patch)
tree63ad470353220d39274ec0446f534e7f2e871827 /src/core/hle/kernel/errors.h
parentErrorCodes: Updated the InvalidHandle and Timeout kernel error codes. (diff)
downloadyuzu-bc91ebacc1810db003d4a87cb595e0d07fc14000.tar
yuzu-bc91ebacc1810db003d4a87cb595e0d07fc14000.tar.gz
yuzu-bc91ebacc1810db003d4a87cb595e0d07fc14000.tar.bz2
yuzu-bc91ebacc1810db003d4a87cb595e0d07fc14000.tar.lz
yuzu-bc91ebacc1810db003d4a87cb595e0d07fc14000.tar.xz
yuzu-bc91ebacc1810db003d4a87cb595e0d07fc14000.tar.zst
yuzu-bc91ebacc1810db003d4a87cb595e0d07fc14000.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/kernel/errors.h b/src/core/hle/kernel/errors.h
index c963d7e9a..3b7b6f7a9 100644
--- a/src/core/hle/kernel/errors.h
+++ b/src/core/hle/kernel/errors.h
@@ -22,6 +22,8 @@ enum {
// Confirmed Switch OS error codes
InvalidHandle = 114,
Timeout = 117,
+ SynchronizationCanceled = 118,
+ TooLarge = 119,
};
}