mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-02 02:57:11 +02:00
Little rewrite of HID input (#723)
* change hid sharedmem writing to use structures
This commit is contained in:
parent
e6aa4c8990
commit
9e2380cfe3
42 changed files with 682 additions and 409 deletions
|
@ -65,7 +65,7 @@ namespace Ryujinx.HLE.HOS.Services.Hid.Irs
|
|||
return ResultCode.NpadIdOutOfRange;
|
||||
}
|
||||
|
||||
HidControllerId irCameraHandle = HidUtils.GetIndexFromNpadIdType(npadIdType);
|
||||
ControllerId irCameraHandle = HidUtils.GetIndexFromNpadIdType(npadIdType);
|
||||
|
||||
context.ResponseData.Write((int)irCameraHandle);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue