Explorar el Código

Flush UBO updates more frequently (#2407)

gdkchan hace 4 años
padre
commit
b02719cf41
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Ryujinx.Graphics.Gpu/Engine/GPFifo/GPFifoProcessor.cs

+ 2 - 0
Ryujinx.Graphics.Gpu/Engine/GPFifo/GPFifoProcessor.cs

@@ -126,6 +126,8 @@ namespace Ryujinx.Graphics.Gpu.Engine.GPFifo
                     }
                 }
             }
+
+            _context.Methods.FlushUboDirty(MemoryManager);
         }
 
         /// <summary>