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:
gdkchan 2018-12-16 00:49:35 -02:00 committed by GitHub
parent 2e143365eb
commit 8e104adb44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);