summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/errors.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2022-06-23 07:35:17 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2022-06-29 02:14:55 +0200
commit36148fe7f6c825d1f931831c7f2c7218a5c2f73b (patch)
treeecf1803d2a34d8c71d3c1951d9081ca55ec6f27e /src/core/hle/service/hid/errors.h
parentMerge pull request #8512 from german77/nnResult (diff)
downloadyuzu-36148fe7f6c825d1f931831c7f2c7218a5c2f73b.tar
yuzu-36148fe7f6c825d1f931831c7f2c7218a5c2f73b.tar.gz
yuzu-36148fe7f6c825d1f931831c7f2c7218a5c2f73b.tar.bz2
yuzu-36148fe7f6c825d1f931831c7f2c7218a5c2f73b.tar.lz
yuzu-36148fe7f6c825d1f931831c7f2c7218a5c2f73b.tar.xz
yuzu-36148fe7f6c825d1f931831c7f2c7218a5c2f73b.tar.zst
yuzu-36148fe7f6c825d1f931831c7f2c7218a5c2f73b.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/hid/errors.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/errors.h b/src/core/hle/service/hid/errors.h
index 615c23b84..46282f42e 100644
--- a/src/core/hle/service/hid/errors.h
+++ b/src/core/hle/service/hid/errors.h
@@ -9,6 +9,9 @@ namespace Service::HID {
constexpr Result NpadInvalidHandle{ErrorModule::HID, 100};
constexpr Result NpadDeviceIndexOutOfRange{ErrorModule::HID, 107};
+constexpr Result VibrationInvalidStyleIndex{ErrorModule::HID, 122};
+constexpr Result VibrationInvalidNpadId{ErrorModule::HID, 123};
+constexpr Result VibrationDeviceIndexOutOfRange{ErrorModule::HID, 124};
constexpr Result InvalidSixAxisFusionRange{ErrorModule::HID, 423};
constexpr Result NpadIsDualJoycon{ErrorModule::HID, 601};
constexpr Result NpadIsSameType{ErrorModule::HID, 602};