mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-16 05:56:28 +02:00
Update missing sample timestamp in DebugPad (#1873)
This commit is contained in:
parent
73f6149bd6
commit
acf3a3f837
2 changed files with 3 additions and 1 deletions
|
@ -19,6 +19,7 @@ namespace Ryujinx.HLE.HOS.Services.Hid
|
|||
DebugPadEntry previousEntry = debugPad.Entries[previousIndex];
|
||||
|
||||
currentEntry.SampleTimestamp = previousEntry.SampleTimestamp + 1;
|
||||
currentEntry.SampleTimestamp2 = previousEntry.SampleTimestamp2 + 1;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue