Some code cleanup

This commit is contained in:
gdkchan
2020-01-09 02:13:00 +01:00
committed by Thog
parent af8498d679
commit 654e617fe7
60 changed files with 432 additions and 591 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
using Ryujinx.Graphics.GAL.Color;
using Ryujinx.Graphics.GAL;
using Ryujinx.Graphics.Gpu.State;
namespace Ryujinx.Graphics.Gpu.Engine
@@ -9,7 +9,7 @@ namespace Ryujinx.Graphics.Gpu.Engine
{
UpdateRenderTargetState(state, useControl: false);
_textureManager.CommitGraphicsBindings();
TextureManager.CommitGraphicsBindings();
bool clearDepth = (argument & 1) != 0;
bool clearStencil = (argument & 2) != 0;