Skip to content

Commit

Permalink
[util] Adjust "Earth Defense Force 5" position
Browse files Browse the repository at this point in the history
Game uses D3D11 according to https://www.pcgamingwiki.com/wiki/Earth_Defense_Force_5#API. Currently it's listed in the D3D9 section.
  • Loading branch information
Tiagoquix authored and doitsujin committed Dec 16, 2024
1 parent d1789c4 commit 67f4ec7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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" },
Expand Down

0 comments on commit 67f4ec7

Please sign in to comment.