Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Kertels <robin.kertels@gmail.com>2023-12-27 02:54:55 +0300
committerRobin Kertels <robin.kertels@gmail.com>2023-12-27 05:06:49 +0300
commita7a63b37c3b7a8280c6a8487a2f21fe9dd8dbe0e (patch)
treec4bb7538685e23f93fe1389e5610591a53b9185f
parent9cde0b57987c833abfaf0400594cc14426d8924f (diff)
[util] Fix incorrect config option name
-rw-r--r--src/util/config/config.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp
index ba8356d1..c3652c43 100644
--- a/src/util/config/config.cpp
+++ b/src/util/config/config.cpp
@@ -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 */