mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-22 17:10:19 +00:00
Re-enable BGRA (was not supposed to disable it)
This commit is contained in:
parent
3c949309e5
commit
bd56998f4d
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ namespace Ryujinx.Graphics.Shader.Translation
|
||||||
}
|
}
|
||||||
else if (Config.Stage == ShaderStage.Fragment)
|
else if (Config.Stage == ShaderStage.Fragment)
|
||||||
{
|
{
|
||||||
bool supportsBgra = true; // Config.GpuAccessor.QueryHostSupportsBgraFormat();
|
bool supportsBgra = Config.GpuAccessor.QueryHostSupportsBgraFormat();
|
||||||
|
|
||||||
if (Config.OmapDepth)
|
if (Config.OmapDepth)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue