Fixup HasColor for depth/stencil values

This commit is contained in:
ReinUsesLisp 2018-08-23 13:53:12 -03:00
parent 624e813cd3
commit e01b8b1b2d

View file

@ -228,7 +228,7 @@ namespace Ryujinx.Graphics.Gal
case GalImageFormat.D24_UNORM_S8_UINT:
case GalImageFormat.D32_SFLOAT:
case GalImageFormat.D16_UNORM:
return true;
return false;
}
throw new NotImplementedException(Format.ToString());