From dbaf16c036aeabdff41a7796fc779f8f16f0f8d4 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sun, 28 Oct 2018 18:38:51 -0300 Subject: [PATCH] Nits --- Ryujinx.Graphics/Gal/GalBlendFactor.cs | 1 - Ryujinx.Graphics/NvGpuEngine3d.cs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Ryujinx.Graphics/Gal/GalBlendFactor.cs b/Ryujinx.Graphics/Gal/GalBlendFactor.cs index 4e4bcd16ee..f70b050118 100644 --- a/Ryujinx.Graphics/Gal/GalBlendFactor.cs +++ b/Ryujinx.Graphics/Gal/GalBlendFactor.cs @@ -41,6 +41,5 @@ namespace Ryujinx.Graphics.Gal OneMinusSrc1ColorGl = 0xc901, Src1AlphaGl = 0xc902, OneMinusSrc1AlphaGl = 0xc903 - } } \ No newline at end of file diff --git a/Ryujinx.Graphics/NvGpuEngine3d.cs b/Ryujinx.Graphics/NvGpuEngine3d.cs index d4226f1351..4579ecc2ae 100644 --- a/Ryujinx.Graphics/NvGpuEngine3d.cs +++ b/Ryujinx.Graphics/NvGpuEngine3d.cs @@ -550,7 +550,7 @@ namespace Ryujinx.Graphics { if (TextureHandle == 0) { - //FIXME: Some games like puyo puyo will handles with the value 0. + //FIXME: Some games like puyo puyo will use handles with the value 0. //This is a bug, most likely caused by sync issues. return; }