early-access version 3855

This commit is contained in:
pineappleEA
2023-09-03 21:57:51 +02:00
parent 5c36d519c9
commit 8e47680fdf
178 changed files with 1448 additions and 664 deletions

View File

@@ -1021,7 +1021,7 @@ void RasterizerVulkan::UpdateDepthBias(Tegra::Engines::Maxwell3D::Regs& regs) {
if (device.IsExtDepthBiasControlSupported()) {
return true;
}
if (!Settings::values.graphics_AMD_workaround) {
if (!Settings::values.renderer_amdvlk_depth_bias_workaround) {
return false;
}
// the base formulas can be obtained from here: