summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/irsensor/processor_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/hid/irsensor/processor_base.h')
-rw-r--r--src/core/hle/service/hid/irsensor/processor_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/hid/irsensor/processor_base.h b/src/core/hle/service/hid/irsensor/processor_base.h
index 49831aab6..bc0d2977b 100644
--- a/src/core/hle/service/hid/irsensor/processor_base.h
+++ b/src/core/hle/service/hid/irsensor/processor_base.h
@@ -6,7 +6,7 @@
#include "common/common_types.h"
#include "core/hid/irs_types.h"
-namespace Service::HID {
+namespace Service::IRS {
class ProcessorBase {
public:
explicit ProcessorBase();
@@ -30,4 +30,4 @@ protected:
bool is_active{false};
};
-} // namespace Service::HID
+} // namespace Service::IRS