summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/errors.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-05-21 23:40:11 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2022-05-27 17:21:09 +0200
commit3cf15af31e20b62dddcb9d9a19fbdc3a56e021e2 (patch)
tree5b70b8d48ea5e347e551ba334f516055891b5ab2 /src/core/hle/service/hid/errors.h
parentservice: hid: Add error handling to setNpadAssignment and variants (diff)
downloadyuzu-3cf15af31e20b62dddcb9d9a19fbdc3a56e021e2.tar
yuzu-3cf15af31e20b62dddcb9d9a19fbdc3a56e021e2.tar.gz
yuzu-3cf15af31e20b62dddcb9d9a19fbdc3a56e021e2.tar.bz2
yuzu-3cf15af31e20b62dddcb9d9a19fbdc3a56e021e2.tar.lz
yuzu-3cf15af31e20b62dddcb9d9a19fbdc3a56e021e2.tar.xz
yuzu-3cf15af31e20b62dddcb9d9a19fbdc3a56e021e2.tar.zst
yuzu-3cf15af31e20b62dddcb9d9a19fbdc3a56e021e2.zip
Diffstat (limited to 'src/core/hle/service/hid/errors.h')
-rw-r--r--src/core/hle/service/hid/errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/errors.h b/src/core/hle/service/hid/errors.h
index 279974ce9..d518fd069 100644
--- a/src/core/hle/service/hid/errors.h
+++ b/src/core/hle/service/hid/errors.h
@@ -9,6 +9,8 @@ namespace Service::HID {
constexpr ResultCode NpadInvalidHandle{ErrorModule::HID, 100};
constexpr ResultCode InvalidSixAxisFusionRange{ErrorModule::HID, 423};
+constexpr ResultCode NpadIsDualJoycon{ErrorModule::HID, 601};
+constexpr ResultCode NpadIsSameType{ErrorModule::HID, 602};
constexpr ResultCode InvalidNpadId{ErrorModule::HID, 709};
constexpr ResultCode NpadNotConnected{ErrorModule::HID, 710};