summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/irsensor/tera_plugin_processor.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/irsensor/tera_plugin_processor.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 '')
-rw-r--r--src/core/hle/service/hid/irsensor/tera_plugin_processor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/hid/irsensor/tera_plugin_processor.h b/src/core/hle/service/hid/irsensor/tera_plugin_processor.h
index 60f8057a5..bbea7ed0b 100644
--- a/src/core/hle/service/hid/irsensor/tera_plugin_processor.h
+++ b/src/core/hle/service/hid/irsensor/tera_plugin_processor.h
@@ -8,7 +8,7 @@
#include "core/hid/irs_types.h"
#include "core/hle/service/hid/irsensor/processor_base.h"
-namespace Service::HID {
+namespace Service::IRS {
class TeraPluginProcessor final : public ProcessorBase {
public:
explicit TeraPluginProcessor(Core::IrSensor::DeviceFormat& device_format);
@@ -50,4 +50,4 @@ private:
Core::IrSensor::DeviceFormat& device;
};
-} // namespace Service::HID
+} // namespace Service::IRS