mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-07 18:47:57 -05:00
service: irs: Move to IRS namespace and minor fixes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user