aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/errors.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2022-04-13 12:52:29 -0500
committergerman77 <juangerman-13@hotmail.com>2022-04-18 15:02:47 -0500
commit1d26fabaa763560902413ac4ef024e69fe30c45a (patch)
treeaa9ffd9715dd9f6e8a15565f7ad0b1f6fb2b920c /src/core/hle/service/hid/errors.h
parent637f7e69286d4df083cc5682f74e19dcedc0d8ee (diff)
service: hid: Improve accuracy of sixaxis functions
Diffstat (limited to 'src/core/hle/service/hid/errors.h')
-rw-r--r--src/core/hle/service/hid/errors.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/errors.h b/src/core/hle/service/hid/errors.h
index 3583642e7..7c5fb3e52 100644
--- a/src/core/hle/service/hid/errors.h
+++ b/src/core/hle/service/hid/errors.h
@@ -8,6 +8,8 @@
namespace Service::HID {
-constexpr ResultCode ERR_NPAD_NOT_CONNECTED{ErrorModule::HID, 710};
+constexpr ResultCode NpadInvalidHandle{ErrorModule::HID, 100};
+constexpr ResultCode InvalidSixAxisFusionRange{ErrorModule::HID, 423};
+constexpr ResultCode NpadNotConnected{ErrorModule::HID, 710};
} // namespace Service::HID