summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/errors.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-06-19 23:27:48 +0200
committergerman77 <juangerman-13@hotmail.com>2022-07-24 02:40:25 +0200
commit097785e19e3865ac1060b9fae564a3a1e36c695d (patch)
tree2978bfd3fe724934e95fb73ff7dd17bbbe810551 /src/core/hle/service/hid/errors.h
parentservice: irs: Split processors and implement ImageTransferProcessor (diff)
downloadyuzu-097785e19e3865ac1060b9fae564a3a1e36c695d.tar
yuzu-097785e19e3865ac1060b9fae564a3a1e36c695d.tar.gz
yuzu-097785e19e3865ac1060b9fae564a3a1e36c695d.tar.bz2
yuzu-097785e19e3865ac1060b9fae564a3a1e36c695d.tar.lz
yuzu-097785e19e3865ac1060b9fae564a3a1e36c695d.tar.xz
yuzu-097785e19e3865ac1060b9fae564a3a1e36c695d.tar.zst
yuzu-097785e19e3865ac1060b9fae564a3a1e36c695d.zip
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