diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 7e8778a8f..0c82deecb 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -38,6 +38,11 @@ namespace dxvk { { R"(\\P3R\.exe$)", {{ { "dxgi.syncInterval", "1" }, }} }, + /* World of Warcraft * + * Bugs out on some multi-gpu systems. */ + { R"(\\Wow(Classic)?\.exe$)", {{ + { "dxvk.hideIntegratedGraphics", "True" }, + }} }, /**********************************************/ /* D3D11 GAMES */ @@ -445,6 +450,11 @@ namespace dxvk { { R"(\\(LibertyCity|ViceCity|SanAndreas)\.exe$)", {{ { "dxgi.enableUe4Workarounds", "True" }, }} }, + /* Warcraft 3 Reforged * + * Bugs out on some multi-gpu systems. */ + { R"(\\Warcraft III\.exe$)", {{ + { "dxvk.hideIntegratedGraphics", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */