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:
authorMargen67 <Margen67@users.noreply.github.com>2023-09-03 22:42:56 +0300
committerPhilip Rebohle <25567304+doitsujin@users.noreply.github.com>2023-09-04 04:10:49 +0300
commit4705de572592ccd8f90d435c7be035fa1bc29229 (patch)
tree5c0c44afa2bf6a25609151f2ea98fadc2570e1ca
parent9e26964a96a1811b3c6bb9af71e1d3a6a4ce778c (diff)
[util] Escape .
-rw-r--r--src/util/config/config.cpp6
1 files 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 */