mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-29 16:39:15 +00:00
Update missing sample timestamp in DebugPad (#1873)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user