summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/irsensor/tera_plugin_processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/hid/irsensor/tera_plugin_processor.h')
-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