Fix a small size related issue on MapBufferEx and add the BC7U texture format

This commit is contained in:
gdkchan 2018-06-10 01:00:43 -03:00
parent adeb8793c2
commit 49fd76db0f
6 changed files with 11 additions and 8 deletions

View file

@ -202,6 +202,7 @@ namespace Ryujinx.Graphics.Gal.OpenGL
{
switch (Format)
{
case GalTextureFormat.BC7U:
case GalTextureFormat.BC1:
case GalTextureFormat.BC2:
case GalTextureFormat.BC3: