diff options
| author | Lordmau5 <mail@lordmau5.com> | 2018-06-12 14:29:44 +0200 |
|---|---|---|
| committer | gdkchan <gab.dark.100@gmail.com> | 2018-06-12 09:29:44 -0300 |
| commit | 98e6a34608cc31f1f40e964a4a8cc80606877eca (patch) | |
| tree | 81d251cc8012248c43e9c435c77e9c7a46a0259c /Ryujinx.Graphics/Gal/GalTextureFormat.cs | |
| parent | 46dc89f8dd7fc6fa75d3255a49e89a4615e1e504 (diff) | |
Implement R16 texture format (#147)
Diffstat (limited to 'Ryujinx.Graphics/Gal/GalTextureFormat.cs')
| -rw-r--r-- | Ryujinx.Graphics/Gal/GalTextureFormat.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Graphics/Gal/GalTextureFormat.cs b/Ryujinx.Graphics/Gal/GalTextureFormat.cs index 3bac2f80..7d19dc26 100644 --- a/Ryujinx.Graphics/Gal/GalTextureFormat.cs +++ b/Ryujinx.Graphics/Gal/GalTextureFormat.cs @@ -10,6 +10,7 @@ namespace Ryujinx.Graphics.Gal B5G6R5 = 0x15, BC7U = 0x17, G8R8 = 0x18, + R16 = 0x1b, R8 = 0x1d, BC1 = 0x24, BC2 = 0x25, |
