aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/errors.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-06-18 23:45:06 -0500
committergerman77 <juangerman-13@hotmail.com>2022-07-23 19:40:25 -0500
commit453970059528d564d9ef88f7f9096c05946fbefe (patch)
tree3b1a43e8dd51e5c03204108ac72c4cd33d5361c0 /src/core/hle/service/hid/errors.h
parent57311b2c8b1b9ee1d2c5775866e9591605815246 (diff)
service: irs: Split processors and implement ImageTransferProcessor
Diffstat (limited to 'src/core/hle/service/hid/errors.h')
-rw-r--r--src/core/hle/service/hid/errors.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/errors.h b/src/core/hle/service/hid/errors.h
index 46282f42e..1bd62461c 100644
--- a/src/core/hle/service/hid/errors.h
+++ b/src/core/hle/service/hid/errors.h
@@ -18,4 +18,7 @@ constexpr Result NpadIsSameType{ErrorModule::HID, 602};
constexpr Result InvalidNpadId{ErrorModule::HID, 709};
constexpr Result NpadNotConnected{ErrorModule::HID, 710};
+constexpr ResultCode InvalidProcessorState{ErrorModule::Irsensor, 78};
+constexpr ResultCode InvalidIrCameraHandle{ErrorModule::Irsensor, 204};
+
} // namespace Service::HID