From 2ca8fdf8905a2f6adb8294b46aeaad5c1d4b1132 Mon Sep 17 00:00:00 2001 From: Robin Kertels Date: Thu, 25 Jan 2024 22:00:05 +0100 Subject: [PATCH] [util] Disable counting losable resources for Supreme Ruler Ultimate The game is broken and leaks a state block. --- src/util/config/config.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 84b10099..b57bc39b 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -862,6 +862,12 @@ namespace dxvk { { R"(\\UK Truck Simulator\\bin\\win_x86\\game\.exe$)", {{ { "d3d9.floatEmulation", "Strict" }, }} }, + /* Supreme Ruler Ultimate * + * Leaks a StateBlock leading * + * to Reset calls failing */ + { R"(\\SupremeRulerUltimate\.exe$)", {{ + { "d3d9.countLosableResources", "False" }, + }} }, /**********************************************/