mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-20 22:43:13 +02:00
Disable Fix Occlusion Culling changed from default to disabled
This commit is contained in:
parent
b151828228
commit
a3491a13d8
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ namespace Ryujinx.Graphics.Gpu
|
|||
/// <summary>
|
||||
/// Enables or disables fix occlusion culling.
|
||||
/// </summary>
|
||||
public static bool DisableFixOcclusionCulling = true;
|
||||
public static bool DisableFixOcclusionCulling = false;
|
||||
}
|
||||
#pragma warning restore CA2211
|
||||
}
|
||||
|
|
|
@ -321,7 +321,7 @@ namespace Ryujinx.Ava.Systems.Configuration
|
|||
},
|
||||
}
|
||||
];
|
||||
Tweaks.DisableFixOcclusionCulling.Value = true;
|
||||
Tweaks.DisableFixOcclusionCulling.Value = false;
|
||||
}
|
||||
|
||||
private static GraphicsBackend DefaultGraphicsBackend()
|
||||
|
|
Loading…
Add table
Reference in a new issue