Fix missing S8 format on texture compatibility check

This commit is contained in:
gdkchan 2019-12-29 20:29:14 -03:00 committed by Thog
parent 32764f9560
commit ffaad0eaac

View File

@ -105,6 +105,7 @@ namespace Ryujinx.Graphics.Gpu.Image
case Format.D24UnormS8Uint:
case Format.D32Float:
case Format.D32FloatS8Uint:
case Format.S8Uint:
return true;
}