mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-21 05:13:14 +02:00
Compare commits
2 commits
343e2e144c
...
dc83237ed7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
dc83237ed7 | ||
![]() |
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