|
@@ -3,6 +3,7 @@ namespace Ryujinx.HLE.HOS.Services.Hid
|
|
|
unsafe struct DebugPadEntry
|
|
unsafe struct DebugPadEntry
|
|
|
{
|
|
{
|
|
|
public ulong SampleTimestamp;
|
|
public ulong SampleTimestamp;
|
|
|
- fixed byte _unknown[0x20];
|
|
|
|
|
|
|
+ public ulong SampleTimestamp2;
|
|
|
|
|
+ fixed byte _unknown[0x18];
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|