mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[util] Disable countLosableResources for Inquisitor
This commit is contained in:
parent
2a2d51e049
commit
bac7ae2929
@ -1131,6 +1131,11 @@ namespace dxvk {
|
||||
{ R"(\\(nations|patriots)\.exe$)", {{
|
||||
{ "d3d9.deviceLossOnFocusLoss", "True" },
|
||||
}} },
|
||||
/* Inquisitor (2009) *
|
||||
* Leaks a resource when alt-tabbing */
|
||||
{ R"(\\Inquisitor\.exe$)", {{
|
||||
{ "d3d9.countLosableResources", "False" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user