mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 01:58:00 +00:00
service: irs: Move to IRS namespace and minor fixes
This commit is contained in:
parent
c075ebaeab
commit
cd16f9801a
20 changed files with 71 additions and 76 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue