From 67f4ec73aa98abf70ee63d7ec17ddb48adde04d5 Mon Sep 17 00:00:00 2001 From: Tiagoquix <30274161+Tiagoquix@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:00:59 -0300 Subject: [PATCH] [util] Adjust "Earth Defense Force 5" position Game uses D3D11 according to https://www.pcgamingwiki.com/wiki/Earth_Defense_Force_5#API. Currently it's listed in the D3D9 section. --- src/util/config/config.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 602135fbd..12b5b323f 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -455,6 +455,11 @@ namespace dxvk { { R"(\\x86_64\\Warcraft III\.exe$)", {{ { "dxvk.hideIntegratedGraphics", "True" }, }} }, + /* Earth Defense Force 5 */ + { R"(\\EDF5\.exe$)", {{ + { "dxgi.tearFree", "False" }, + { "dxgi.syncInterval", "1" }, + }} }, /**********************************************/ /* D3D9 GAMES */ @@ -653,11 +658,6 @@ namespace dxvk { { R"(\\FarCry\.exe$)", {{ { "d3d9.customVendorId", "10de" }, }} }, - /* Earth Defense Force 5 */ - { R"(\\EDF5\.exe$)", {{ - { "dxgi.tearFree", "False" }, - { "dxgi.syncInterval", "1" }, - }} }, /* Sine Mora EX */ { R"(\\SineMoraEX\.exe$)", {{ { "d3d9.maxFrameRate", "60" },