소스 검색

Fix compute reserved constant buffer updates (#1892)

gdkchan 5 년 전
부모
커밋
6ed19c1488
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Ryujinx.Graphics.Gpu/Engine/Inline2Memory.cs

+ 2 - 0
Ryujinx.Graphics.Gpu/Engine/Inline2Memory.cs

@@ -126,6 +126,8 @@ namespace Ryujinx.Graphics.Gpu.Engine
             }
 
             _finished = true;
+
+            _context.AdvanceSequence();
         }
     }
 }