summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/hid/errors.h')
-rw-r--r--src/core/hle/service/hid/errors.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/errors.h b/src/core/hle/service/hid/errors.h
index 1bd62461c..accc2b646 100644
--- a/src/core/hle/service/hid/errors.h
+++ b/src/core/hle/service/hid/errors.h
@@ -18,7 +18,11 @@ constexpr Result NpadIsSameType{ErrorModule::HID, 602};
constexpr Result InvalidNpadId{ErrorModule::HID, 709};
constexpr Result NpadNotConnected{ErrorModule::HID, 710};
+} // namespace Service::HID
+
+namespace Service::IRS {
+
constexpr ResultCode InvalidProcessorState{ErrorModule::Irsensor, 78};
constexpr ResultCode InvalidIrCameraHandle{ErrorModule::Irsensor, 204};
-} // namespace Service::HID
+} // namespace Service::IRS