[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 GitHub
parent fefa4ee1f6
commit 9f38828c24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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" },
}} },