From 49fd76db0fee72870e0b7fee73e6b6380fa00823 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sun, 10 Jun 2018 01:00:43 -0300 Subject: Fix a small size related issue on MapBufferEx and add the BC7U texture format --- Ryujinx.Graphics/Gal/OpenGL/OGLTexture.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Ryujinx.Graphics/Gal/OpenGL/OGLTexture.cs') diff --git a/Ryujinx.Graphics/Gal/OpenGL/OGLTexture.cs b/Ryujinx.Graphics/Gal/OpenGL/OGLTexture.cs index 540e4735..d81fcc48 100644 --- a/Ryujinx.Graphics/Gal/OpenGL/OGLTexture.cs +++ b/Ryujinx.Graphics/Gal/OpenGL/OGLTexture.cs @@ -202,6 +202,7 @@ namespace Ryujinx.Graphics.Gal.OpenGL { switch (Format) { + case GalTextureFormat.BC7U: case GalTextureFormat.BC1: case GalTextureFormat.BC2: case GalTextureFormat.BC3: -- cgit v1.2.3