mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[util] Fix incorrect config option name
This commit is contained in:
parent
9cde0b5798
commit
a7a63b37c3
@ -538,7 +538,7 @@ namespace dxvk {
|
||||
{ "d3d9.customVendorId", "1002" },
|
||||
{ "dxgi.emulateUMA", "True" },
|
||||
{ "d3d9.supportDFFormats", "False" },
|
||||
{ "d3d9.deviceLostOnFocusLoss", "True" },
|
||||
{ "d3d9.deviceLossOnFocusLoss", "True" },
|
||||
}} },
|
||||
/* Battlefield 2 (bad z-pass) */
|
||||
{ R"(\\BF2\.exe$)", {{
|
||||
@ -787,7 +787,7 @@ namespace dxvk {
|
||||
/* DC Universe Online *
|
||||
* Freezes after alt tabbing */
|
||||
{ R"(\\DCGAME\.EXE$)", {{
|
||||
{ "d3d9.deviceLostOnFocusLoss", "True" },
|
||||
{ "d3d9.deviceLossOnFocusLoss", "True" },
|
||||
}} },
|
||||
/* Halo Online *
|
||||
* Black textures */
|
||||
|
Loading…
x
Reference in New Issue
Block a user