mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-14 08:32:07 -07:00
Little rewrite of HID input (#723)
* change hid sharedmem writing to use structures
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user