[util] Disable counting losable resources for Supreme Ruler Ultimate

The game is broken and leaks a state block.
This commit is contained in:
Robin Kertels 2024-01-25 22:00:05 +01:00 committed by Joshie
parent 0841f5faf4
commit 2ca8fdf890
1 changed files with 6 additions and 0 deletions

View File

@ -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" },
}} },
/**********************************************/