From 6581f5f6da74c090e4f8cd6ba897bdb70ac55bd0 Mon Sep 17 00:00:00 2001 From: greggameplayer <33609333+greggameplayer@users.noreply.github.com> Date: Sun, 15 Jul 2018 02:09:44 +0200 Subject: [PATCH] correct coding style (1/5) --- Ryujinx.Graphics/Gal/GalTextureFormat.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx.Graphics/Gal/GalTextureFormat.cs b/Ryujinx.Graphics/Gal/GalTextureFormat.cs index c7724a0a47..30f5c22974 100644 --- a/Ryujinx.Graphics/Gal/GalTextureFormat.cs +++ b/Ryujinx.Graphics/Gal/GalTextureFormat.cs @@ -5,9 +5,9 @@ namespace Ryujinx.Graphics.Gal R32G32B32A32 = 0x1, R16G16B16A16 = 0x3, A8B8G8R8 = 0x8, + R32 = 0xf, BC6H_SF16 = 0x10, BC6H_UF16 = 0x11, - R32 = 0xf, A1B5G5R5 = 0x14, B5G6R5 = 0x15, BC7U = 0x17,