mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-07 10:48:28 +02:00
Little rewrite of HID input (#723)
* change hid sharedmem writing to use structures
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Ryujinx.HLE.HOS.Services.Nfc.Nfp
|
||||
|
||||
public DeviceState State = DeviceState.Unavailable;
|
||||
|
||||
public HidControllerId Handle;
|
||||
public NpadIdType NpadIdType;
|
||||
public ControllerId Handle;
|
||||
public NpadIdType NpadIdType;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user