From 7b2f471d4ff07bc811bbd84919c6708ab0f399f4 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Tue, 10 Apr 2018 18:54:50 -0300 Subject: [GPU] Add support for the BC4/5 texture formats --- Ryujinx.Graphics/Gal/GalTextureFormat.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Ryujinx.Graphics/Gal/GalTextureFormat.cs') diff --git a/Ryujinx.Graphics/Gal/GalTextureFormat.cs b/Ryujinx.Graphics/Gal/GalTextureFormat.cs index 8c2c718a..37291e18 100644 --- a/Ryujinx.Graphics/Gal/GalTextureFormat.cs +++ b/Ryujinx.Graphics/Gal/GalTextureFormat.cs @@ -7,6 +7,8 @@ namespace Ryujinx.Graphics.Gal B5G6R5 = 0x15, BC1 = 0x24, BC2 = 0x25, - BC3 = 0x26 + BC3 = 0x26, + BC4 = 0x27, + BC5 = 0x28 } } -- cgit v1.2.3