From 661f8b5b56d31e3bab82b8a13d6630e9c9c27f5e Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Tue, 14 Jun 2022 00:31:50 +0200 Subject: [PATCH] [util] Add Forged Alliance Forever to Supreme Commander --- 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 c4bcf1db..3466f6b2 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -561,9 +561,9 @@ namespace dxvk { { R"(\\eoa\.exe$)", {{ { "d3d9.customVendorId", "10de" }, }} }, - /* Supreme Commander. */ - { R"(\\SupremeCommander\.exe$)", {{ - { "d3d9.floatEmulation", "Strict" }, + /* Supreme Commander & Forged Alliance Forever */ + { R"(\\(SupremeCommander|ForgedAlliance)\.exe$)", {{ + { "d3d9.floatEmulation", "Strict" }, }} }, /* Star Wars The Old Republic */ { R"(\\swtor\.exe$)", {{