mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[util] Disable counting losable resources for Supreme Ruler Ultimate
The game is broken and leaks a state block.
This commit is contained in:
parent
0841f5faf4
commit
2ca8fdf890
@ -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" },
|
||||
}} },
|
||||
|
||||
|
||||
/**********************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user