From 48ac9b27e4fab29588f44cf1b9f2ac8bcb1e3164 Mon Sep 17 00:00:00 2001 From: Leopard1907 Date: Sun, 17 Jul 2022 05:50:33 +0300 Subject: [PATCH] eveonline-dx12_workaround Launcher probes feature level 12_1, if it fails to probe it DX12 option in launcher stays greyed out, doesn't let user enable DX12. --- src/util/config/config.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index b448cf75cdd..7051dbbf772 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 */