From 4705de572592ccd8f90d435c7be035fa1bc29229 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Sun, 3 Sep 2023 12:42:56 -0700 Subject: [util] Escape . --- src/util/config/config.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 31977698..5a4de3f7 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -294,7 +294,7 @@ namespace dxvk { }} }, /* Garden Warfare 2 Won't start on amd Id without atiadlxx */ - { R"(\\GW2.Main_Win64_Retail\.exe$)", {{ + { R"(\\GW2\.Main_Win64_Retail\.exe$)", {{ { "dxgi.customVendorId", "10de" }, }} }, /* DayZ */ @@ -396,7 +396,7 @@ namespace dxvk { { "dxgi.syncInterval", "1" }, }} }, /* Blizzard Entertainment Battle.net */ - { R"(\\Battle.net\.exe$)", {{ + { R"(\\Battle\.net\.exe$)", {{ { "dxvk.maxChunkSize", "1" }, }} }, /* Bladestorm Nightmare * @@ -804,7 +804,7 @@ namespace dxvk { { "d3d9.maxFrameRate", "60" }, }} }, /* Project: Snowblind */ - { R"(\\Snowblind(.SP|.MP|.exe)$)", {{ + { R"(\\Snowblind\.(SP|MP|exe)$)", {{ { "d3d9.maxFrameRate", "60" }, }} }, /* Drakensang: The Dark Eye */ -- cgit v1.2.3