summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/errors.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-12-06 01:39:18 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2023-12-07 03:24:04 +0100
commite445ef9d607d04dab185be55b1395007a40c3b81 (patch)
tree663039ca69e79c19ad35cd188f31b3135a790963 /src/core/hle/service/hid/errors.h
parentMerge pull request #12271 from liamwhite/pretext-fix (diff)
downloadyuzu-e445ef9d607d04dab185be55b1395007a40c3b81.tar
yuzu-e445ef9d607d04dab185be55b1395007a40c3b81.tar.gz
yuzu-e445ef9d607d04dab185be55b1395007a40c3b81.tar.bz2
yuzu-e445ef9d607d04dab185be55b1395007a40c3b81.tar.lz
yuzu-e445ef9d607d04dab185be55b1395007a40c3b81.tar.xz
yuzu-e445ef9d607d04dab185be55b1395007a40c3b81.tar.zst
yuzu-e445ef9d607d04dab185be55b1395007a40c3b81.zip
Diffstat (limited to 'src/core/hle/service/hid/errors.h')
-rw-r--r--src/core/hle/service/hid/errors.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/errors.h b/src/core/hle/service/hid/errors.h
index 9585bdaf0..f00cb831f 100644
--- a/src/core/hle/service/hid/errors.h
+++ b/src/core/hle/service/hid/errors.h
@@ -19,6 +19,11 @@ 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 ResultAruidNoAvailableEntries{ErrorModule::HID, 1044};
+constexpr Result ResultAruidAlreadyRegistered{ErrorModule::HID, 1046};
+constexpr Result ResultAruidNotRegistered{ErrorModule::HID, 1047};
+
constexpr Result InvalidPalmaHandle{ErrorModule::HID, 3302};
} // namespace Service::HID