1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-11-29 01:24:11 +01:00

[util] Don't include original WC3 in Reforged config

Reforged sits in a folder called x86_64 which should filter out the original Warcraft 3
This commit is contained in:
Blisto91 2024-11-17 19:35:30 +01:00 committed by Philip Rebohle
parent fefa4ee1f6
commit 987c132df2

View File

@ -452,7 +452,7 @@ namespace dxvk {
}} },
/* Warcraft 3 Reforged *
* Bugs out on some multi-gpu systems. */
{ R"(\\Warcraft III\.exe$)", {{
{ R"(\\x86_64\\Warcraft III\.exe$)", {{
{ "dxvk.hideIntegratedGraphics", "True" },
}} },