From efd4b8e4d4aa1a3113c06936bee5b6a224ef669d Mon Sep 17 00:00:00 2001 From: greggameplayer <33609333+greggameplayer@users.noreply.github.com> Date: Sun, 15 Jul 2018 02:12:17 +0200 Subject: [PATCH] correct coding style (4/5) --- Ryujinx.HLE/Gpu/Texture/TextureHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx.HLE/Gpu/Texture/TextureHelper.cs b/Ryujinx.HLE/Gpu/Texture/TextureHelper.cs index e97911de51..49c4952543 100644 --- a/Ryujinx.HLE/Gpu/Texture/TextureHelper.cs +++ b/Ryujinx.HLE/Gpu/Texture/TextureHelper.cs @@ -54,9 +54,9 @@ namespace Ryujinx.HLE.Gpu.Texture return CompressedTextureSize(Texture.Width, Texture.Height, 4, 4, 8); } - case GalTextureFormat.BC7U: case GalTextureFormat.BC6H_SF16: case GalTextureFormat.BC6H_UF16: + case GalTextureFormat.BC7U: case GalTextureFormat.BC2: case GalTextureFormat.BC3: case GalTextureFormat.BC5: