mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
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.
This commit is contained in:
parent
d898eff3be
commit
48ac9b27e4
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user