diff options
| author | Lordmau5 <mail@lordmau5.com> | 2018-06-13 01:28:49 +0200 |
|---|---|---|
| committer | Lordmau5 <mail@lordmau5.com> | 2018-06-13 01:28:49 +0200 |
| commit | e6f6c6ad57c58081636164232d112c9642d5f98c (patch) | |
| tree | f1a21d7856d55168aba96efdb27ced6247f1dfb2 /Ryujinx.Graphics/Gal/GalTextureFormat.cs | |
| parent | c636c74dd2a54a9c0ece6cd31b03512f8c41fc43 (diff) | |
| parent | 98e6a34608cc31f1f40e964a4a8cc80606877eca (diff) | |
Merge branch 'master' into ICommonStateGetter
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, |
