Explorar el Código

Fix compute reserved constant buffer updates (#1892)

gdkchan hace 5 años
padre
commit
6ed19c1488
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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();
         }
     }
 }