瀏覽代碼

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();
         }
     }
 }