1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-25 03:16:27 -05:00

Little rewrite of HID input (#723)

* change hid sharedmem writing to use structures
This commit is contained in:
emmauss
2019-07-22 20:15:46 +03:00
committed by GitHub
parent 1f3a34dd7a
commit d254548548
42 changed files with 682 additions and 409 deletions

View File

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