diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index b448cf75c..7051dbbf7 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -30,6 +30,12 @@ namespace dxvk { /* The Vanishing of Ethan Carter Redux */ { R"(\\EthanCarter-Win64-Shipping\.exe$)", {{ { "dxgi.customVendorId", "10de" }, + }} }, + /* EVE Online: Needs this to expose D3D12 * + * otherwise D3D12 option on launcher is * + * greyed out */ + { R"(\\evelauncher\.exe$)", {{ + { "d3d11.maxFeatureLevel", "12_1" }, }} }, /* The Evil Within: Submits command lists * * multiple times */