aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/errors.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-02-07 21:10:15 -0600
committerNarr the Reg <juangerman-13@hotmail.com>2023-02-07 21:11:39 -0600
commitc27006e99d8cba4386a88b3fe5141eac7ef7deeb (patch)
tree7ade383c8045fd7e1ac42a4ffdcedcf57737a024 /src/core/hle/service/hid/errors.h
parent1f3e8d633a6886aabc6631f2474dea644557458c (diff)
service: hid: Return error if arguments of SetSupportedNpadIdType is invalid
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 76208e9a4..9585bdaf0 100644
--- a/src/core/hle/service/hid/errors.h
+++ b/src/core/hle/service/hid/errors.h
@@ -18,6 +18,7 @@ constexpr Result NpadIsDualJoycon{ErrorModule::HID, 601};
constexpr Result NpadIsSameType{ErrorModule::HID, 602};
constexpr Result InvalidNpadId{ErrorModule::HID, 709};
constexpr Result NpadNotConnected{ErrorModule::HID, 710};
+constexpr Result InvalidArraySize{ErrorModule::HID, 715};
constexpr Result InvalidPalmaHandle{ErrorModule::HID, 3302};
} // namespace Service::HID