Skip to content

Commit

Permalink
[util] Disable counting losable resources for Supreme Ruler Ultimate
Browse files Browse the repository at this point in the history
The game is broken and leaks a state block.
  • Loading branch information
K0bin committed Jan 25, 2024
1 parent ba72583 commit 4c6e844
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
}} },


/**********************************************/
Expand Down

0 comments on commit 4c6e844

Please sign in to comment.