summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/irs.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/irs.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/irs.h')
-rw-r--r--src/core/hle/service/hid/irs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/hid/irs.h b/src/core/hle/service/hid/irs.h
index ae7f7719b..516620b4d 100644
--- a/src/core/hle/service/hid/irs.h
+++ b/src/core/hle/service/hid/irs.h
@@ -16,7 +16,7 @@ namespace Core::HID {
class EmulatedController;
} // namespace Core::HID
-namespace Service::HID {
+namespace Service::IRS {
class IRS final : public ServiceFramework<IRS> {
public:
@@ -114,4 +114,4 @@ public:
~IRS_SYS() override;
};
-} // namespace Service::HID
+} // namespace Service::IRS