mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-27 22:06:24 +02:00
add missing field
This commit is contained in:
parent
b32bc64952
commit
6ffd10a327
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ namespace Ryujinx.HLE.HOS.Services.Hid.Types.SharedMemory.Npad
|
||||||
public NpadLarkType LarkTypeRight;
|
public NpadLarkType LarkTypeRight;
|
||||||
public NpadLuciaType LuciaType;
|
public NpadLuciaType LuciaType;
|
||||||
public uint Unknown43EC;
|
public uint Unknown43EC;
|
||||||
|
public ulong SixAxisSensorPropertiesArray;
|
||||||
|
|
||||||
[StructLayout(LayoutKind.Sequential, Size = 123, Pack = 1)]
|
[StructLayout(LayoutKind.Sequential, Size = 123, Pack = 1)]
|
||||||
private struct Reserved2Struct { }
|
private struct Reserved2Struct { }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue