mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 08:27:53 +00:00
Deglobalize System: IRS
This commit is contained in:
parent
a43d56f18c
commit
9196c150d6
3 changed files with 6 additions and 5 deletions
|
@ -15,7 +15,7 @@ namespace Service::HID {
|
|||
|
||||
class IRS final : public ServiceFramework<IRS> {
|
||||
public:
|
||||
explicit IRS();
|
||||
explicit IRS(Core::System& system);
|
||||
~IRS() override;
|
||||
|
||||
private:
|
||||
|
@ -39,6 +39,7 @@ private:
|
|||
void ActivateIrsensorWithFunctionLevel(Kernel::HLERequestContext& ctx);
|
||||
Kernel::SharedPtr<Kernel::SharedMemory> shared_mem;
|
||||
const u32 device_handle{0xABCD};
|
||||
Core::System& system;
|
||||
};
|
||||
|
||||
class IRS_SYS final : public ServiceFramework<IRS_SYS> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue