mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-21 22:54:16 +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" },
|
{ "d3d9.customVendorId", "1002" },
|
||||||
{ "dxgi.emulateUMA", "True" },
|
{ "dxgi.emulateUMA", "True" },
|
||||||
{ "d3d9.supportDFFormats", "False" },
|
{ "d3d9.supportDFFormats", "False" },
|
||||||
{ "d3d9.deviceLostOnFocusLoss", "True" },
|
{ "d3d9.deviceLossOnFocusLoss", "True" },
|
||||||
}} },
|
}} },
|
||||||
/* Battlefield 2 (bad z-pass) */
|
/* Battlefield 2 (bad z-pass) */
|
||||||
{ R"(\\BF2\.exe$)", {{
|
{ R"(\\BF2\.exe$)", {{
|
||||||
@ -787,7 +787,7 @@ namespace dxvk {
|
|||||||
/* DC Universe Online *
|
/* DC Universe Online *
|
||||||
* Freezes after alt tabbing */
|
* Freezes after alt tabbing */
|
||||||
{ R"(\\DCGAME\.EXE$)", {{
|
{ R"(\\DCGAME\.EXE$)", {{
|
||||||
{ "d3d9.deviceLostOnFocusLoss", "True" },
|
{ "d3d9.deviceLossOnFocusLoss", "True" },
|
||||||
}} },
|
}} },
|
||||||
/* Halo Online *
|
/* Halo Online *
|
||||||
* Black textures */
|
* Black textures */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user