aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/errors.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-05-21 15:38:17 -0500
committerNarr the Reg <juangerman-13@hotmail.com>2022-05-27 10:21:08 -0500
commit74d1b9a254baedc91b1b46b14e8f8bf808c7fd9f (patch)
tree28d2c07b75d3f6b09dce4771d4e479caa80975cc /src/core/hle/service/hid/errors.h
parent4eb7f6c04473e3f90e2622ee00b822febe1ccef9 (diff)
service: hid: Quick RE fixes and comments
Diffstat (limited to 'src/core/hle/service/hid/errors.h')
-rw-r--r--src/core/hle/service/hid/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/errors.h b/src/core/hle/service/hid/errors.h
index b31834074..279974ce9 100644
--- a/src/core/hle/service/hid/errors.h
+++ b/src/core/hle/service/hid/errors.h
@@ -9,6 +9,7 @@ namespace Service::HID {
constexpr ResultCode NpadInvalidHandle{ErrorModule::HID, 100};
constexpr ResultCode InvalidSixAxisFusionRange{ErrorModule::HID, 423};
+constexpr ResultCode InvalidNpadId{ErrorModule::HID, 709};
constexpr ResultCode NpadNotConnected{ErrorModule::HID, 710};
} // namespace Service::HID