mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-13 03:37:44 +02:00
Compare commits
1 commit
dc83237ed7
...
343e2e144c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
343e2e144c |
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ namespace Ryujinx.Graphics.Gpu
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Enables or disables fix occlusion culling.
|
/// Enables or disables fix occlusion culling.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static bool DisableFixOcclusionCulling = false;
|
public static bool DisableFixOcclusionCulling = true;
|
||||||
}
|
}
|
||||||
#pragma warning restore CA2211
|
#pragma warning restore CA2211
|
||||||
}
|
}
|
||||||
|
|
|
@ -321,7 +321,7 @@ namespace Ryujinx.Ava.Systems.Configuration
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
Tweaks.DisableFixOcclusionCulling.Value = false;
|
Tweaks.DisableFixOcclusionCulling.Value = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static GraphicsBackend DefaultGraphicsBackend()
|
private static GraphicsBackend DefaultGraphicsBackend()
|
||||||
|
|
Loading…
Add table
Reference in a new issue