summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/errors.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2018-05-30 19:03:19 +0200
committerSubv <subv2112@gmail.com>2018-05-31 04:36:29 +0200
commit3957b0c34e3060277a182c9ade3f4b69c0b7061c (patch)
treee80eb1b2b9e911392bee510bd22639b4b18bfb39 /src/core/hle/kernel/errors.h
parentKernel/Thread: Corrected a typo in an assert about the processor id. (diff)
downloadyuzu-3957b0c34e3060277a182c9ade3f4b69c0b7061c.tar
yuzu-3957b0c34e3060277a182c9ade3f4b69c0b7061c.tar.gz
yuzu-3957b0c34e3060277a182c9ade3f4b69c0b7061c.tar.bz2
yuzu-3957b0c34e3060277a182c9ade3f4b69c0b7061c.tar.lz
yuzu-3957b0c34e3060277a182c9ade3f4b69c0b7061c.tar.xz
yuzu-3957b0c34e3060277a182c9ade3f4b69c0b7061c.tar.zst
yuzu-3957b0c34e3060277a182c9ade3f4b69c0b7061c.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 5be20c878..e1b5430bf 100644
--- a/src/core/hle/kernel/errors.h
+++ b/src/core/hle/kernel/errors.h
@@ -21,7 +21,9 @@ enum {
// Confirmed Switch OS error codes
MisalignedAddress = 102,
+ InvalidProcessorId = 113,
InvalidHandle = 114,
+ InvalidCombination = 116,
Timeout = 117,
SynchronizationCanceled = 118,
TooLarge = 119,