diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index e5a3bcb3e..1321e80ee 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -436,6 +436,11 @@ namespace dxvk { { R"(\\FarCry\.exe$)", {{ { "d3d9.customVendorId", "10de" }, }} }, + /* Earth Defense Force 5 */ + { R"(\\EDF5\.exe$)", {{ + { "dxgi.tearFree", "False" }, + { "dxgi.syncInterval", "1" }, + }} }, }};