From a7a63b37c3b7a8280c6a8487a2f21fe9dd8dbe0e Mon Sep 17 00:00:00 2001 From: Robin Kertels Date: Wed, 27 Dec 2023 00:54:55 +0100 Subject: [PATCH] [util] Fix incorrect config option name --- src/util/config/config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index ba8356d13..c3652c430 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 */