From 4c6e844d43bc54d01beb22a823a0475c8e9b7199 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 84b10099e39..b57bc39b140 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" }, + }} }, /**********************************************/