service: irs: Move to IRS namespace and minor fixes

This commit is contained in:
german77 2022-06-19 16:27:48 -05:00
parent c075ebaeab
commit cd16f9801a
20 changed files with 71 additions and 76 deletions

View file

@ -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