From 428c98bc6365a71951449af97e868b02497c5de9 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Sat, 27 Jan 2024 14:31:24 +0100 Subject: [PATCH] [util] Disable countLosableResources for all d3d9 Supreme Ruler games All the d3d9 Supreme ruler games have this issue. --- src/util/config/config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index efa9f443..c48570ec 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -870,10 +870,10 @@ namespace dxvk { { R"(\\UK Truck Simulator\\bin\\win_x86\\game\.exe$)", {{ { "d3d9.floatEmulation", "Strict" }, }} }, - /* Supreme Ruler Ultimate * + /* d3d9 Supreme Ruler games * * Leaks a StateBlock leading * * to Reset calls failing */ - { R"(\\SupremeRulerUltimate\.exe$)", {{ + { R"(\\SupremeRuler(Ultimate|GreatWar|1936|CW)\.exe$)", {{ { "d3d9.countLosableResources", "False" }, }} }, /* Operation Flashpoint: Red River *