From ec58fd8baf01e846882b5bc4210c1c9b1c9b0a5f Mon Sep 17 00:00:00 2001 From: greggameplayer <33609333+greggameplayer@users.noreply.github.com> Date: Fri, 13 Jul 2018 23:06:33 +0200 Subject: [PATCH] delete unneeded space --- Ryujinx.Graphics/Gal/OpenGL/OGLEnumConverter.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Ryujinx.Graphics/Gal/OpenGL/OGLEnumConverter.cs b/Ryujinx.Graphics/Gal/OpenGL/OGLEnumConverter.cs index 3c8431638..a9a5aa42e 100644 --- a/Ryujinx.Graphics/Gal/OpenGL/OGLEnumConverter.cs +++ b/Ryujinx.Graphics/Gal/OpenGL/OGLEnumConverter.cs @@ -142,7 +142,6 @@ namespace Ryujinx.Graphics.Gal.OpenGL case GalTextureFormat.ZF32: return (PixelFormat.DepthComponent, PixelType.Float); } - throw new NotImplementedException(Format.ToString()); }