mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-04 10:29:15 +01:00
[util] Cleanup some deviceLossOnFocusLoss configs
These game work fine out of the box now missed
This commit is contained in:
parent
0cad97d5ec
commit
8776cf2ce6
@ -936,13 +936,8 @@ namespace dxvk {
|
|||||||
/* Delta Force: Xtreme 1 & 2 *
|
/* Delta Force: Xtreme 1 & 2 *
|
||||||
* Black screen on Alt-Tab and performance */
|
* Black screen on Alt-Tab and performance */
|
||||||
{ R"(\\(DFX|dfx2)\.exe$)", {{
|
{ R"(\\(DFX|dfx2)\.exe$)", {{
|
||||||
{ "d3d9.deviceLossOnFocusLoss", "True" },
|
|
||||||
{ "d3d9.cachedDynamicBuffers", "True" },
|
{ "d3d9.cachedDynamicBuffers", "True" },
|
||||||
}} },
|
}} },
|
||||||
/* The Sims 3 - Black screen on alt-tab */
|
|
||||||
{ R"(\\TS3(W)?\.exe$)", {{
|
|
||||||
{ "d3d9.deviceLossOnFocusLoss", "True" },
|
|
||||||
}} },
|
|
||||||
/* Prototype *
|
/* Prototype *
|
||||||
* Incorrect shadows on AMD & Intel */
|
* Incorrect shadows on AMD & Intel */
|
||||||
{ R"(\\prototypef\.exe$)", {{
|
{ R"(\\prototypef\.exe$)", {{
|
||||||
@ -963,11 +958,6 @@ namespace dxvk {
|
|||||||
{ R"(\\Dragonshard\.exe$)", {{
|
{ R"(\\Dragonshard\.exe$)", {{
|
||||||
{ "d3d9.cachedDynamicBuffers", "True" },
|
{ "d3d9.cachedDynamicBuffers", "True" },
|
||||||
}} },
|
}} },
|
||||||
/* Guild Wars 1 - Alt-tab black screen when *
|
|
||||||
* fullscreen with non native resolution */
|
|
||||||
{ R"(\\Gw\.exe$)", {{
|
|
||||||
{ "d3d9.deviceLossOnFocusLoss", "True" },
|
|
||||||
}} },
|
|
||||||
/* Battle for Middle-earth 2 and expansion *
|
/* Battle for Middle-earth 2 and expansion *
|
||||||
* Slowdowns in certain scenarios */
|
* Slowdowns in certain scenarios */
|
||||||
{ R"(\\(The Battle for Middle-earth( \(tm\))? II( Demo)?)"
|
{ R"(\\(The Battle for Middle-earth( \(tm\))? II( Demo)?)"
|
||||||
@ -981,7 +971,6 @@ namespace dxvk {
|
|||||||
/* Splinter Cell Conviction - Alt-tab black *
|
/* Splinter Cell Conviction - Alt-tab black *
|
||||||
* screen and unsupported GPU complaint */
|
* screen and unsupported GPU complaint */
|
||||||
{ R"(\\conviction_game\.exe$)", {{
|
{ R"(\\conviction_game\.exe$)", {{
|
||||||
{ "d3d9.deviceLossOnFocusLoss", "True" },
|
|
||||||
{ "dxgi.customVendorId", "10de" },
|
{ "dxgi.customVendorId", "10de" },
|
||||||
{ "dxgi.customDeviceId", "05e0" },
|
{ "dxgi.customDeviceId", "05e0" },
|
||||||
{ "dxgi.customDeviceDesc", "GeForce GTX 295" },
|
{ "dxgi.customDeviceDesc", "GeForce GTX 295" },
|
||||||
@ -1160,10 +1149,6 @@ namespace dxvk {
|
|||||||
{ "d3d9.maxFrameRate", "60" },
|
{ "d3d9.maxFrameRate", "60" },
|
||||||
{ "d3d8.placeP8InScratch", "True" },
|
{ "d3d8.placeP8InScratch", "True" },
|
||||||
}} },
|
}} },
|
||||||
/* Rise of Nations + Expansion - alt-tab crash*/
|
|
||||||
{ R"(\\(nations|patriots)\.exe$)", {{
|
|
||||||
{ "d3d9.deviceLossOnFocusLoss", "True" },
|
|
||||||
}} },
|
|
||||||
/* Inquisitor (2009) *
|
/* Inquisitor (2009) *
|
||||||
* Leaks a resource when alt-tabbing */
|
* Leaks a resource when alt-tabbing */
|
||||||
{ R"(\\Inquisitor\.exe$)", {{
|
{ R"(\\Inquisitor\.exe$)", {{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user