소스 검색

Change timestamp value on GPU query with timestamp and counter writeback (#547)

This issue was reported by `Mark290580`, and, according to them causes rendering issues on SMO.
gdkchan 7 년 전
부모
커밋
7e9f555574
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      Ryujinx.Graphics/Graphics3d/NvGpuEngine3d.cs

+ 0 - 2
Ryujinx.Graphics/Graphics3d/NvGpuEngine3d.cs

@@ -1023,8 +1023,6 @@ namespace Ryujinx.Graphics.Graphics3d
 
                     long Timestamp = PerformanceCounter.ElapsedMilliseconds;
 
-                    Timestamp = (long)(Timestamp * 615384.615385);
-
                     Vmm.WriteInt64(Position + 0, Counter);
                     Vmm.WriteInt64(Position + 8, Timestamp);