Change timestamp value on GPU query with timestamp and counter writeback
This issue was reported by `Mark290580`, and, according to them causes rendering issues on SMO.
This commit is contained in:
parent
2e143365eb
commit
8e104adb44
1 changed files with 0 additions and 2 deletions
|
@ -920,8 +920,6 @@ namespace Ryujinx.Graphics.Graphics3d
|
|||
|
||||
long Timestamp = PerformanceCounter.ElapsedMilliseconds;
|
||||
|
||||
Timestamp = (long)(Timestamp * 615384.615385);
|
||||
|
||||
Vmm.WriteInt64(Position + 0, Counter);
|
||||
Vmm.WriteInt64(Position + 8, Timestamp);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue