Re-enable BGRA (was not supposed to disable it)

This commit is contained in:
gdk 2022-02-13 23:03:06 -03:00 committed by riperiperi
parent 3c949309e5
commit bd56998f4d

View file

@ -234,7 +234,7 @@ namespace Ryujinx.Graphics.Shader.Translation
}
else if (Config.Stage == ShaderStage.Fragment)
{
bool supportsBgra = true; // Config.GpuAccessor.QueryHostSupportsBgraFormat();
bool supportsBgra = Config.GpuAccessor.QueryHostSupportsBgraFormat();
if (Config.OmapDepth)
{