mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-04 16:24:29 +01:00
[util] Add config for Alien Rage
Reporting a GTX 295 puts us into the highest behind the scenes graphics settings preset bucket and prevents the shadow issue with `FloatingPointRenderTargets` set to false in the lower preset bucket. NvapiHack needs to be disabled on Linux since the game pings it in the Windows system folder and want's the VendorId to match your GPU. Else the issue will still happen on Nvidia Linux
This commit is contained in:
parent
070a340115
commit
cc9266edaa
@ -696,6 +696,13 @@ namespace dxvk {
|
||||
{ R"(\\Secret World Legends\\ClientPatcher\.exe$)", {{
|
||||
{ "d3d9.shaderModel", "2" },
|
||||
}} },
|
||||
/* Alien Rage *
|
||||
* GTX 295 & disable Hack to fix shadows */
|
||||
{ R"(\\(ShippingPC-AFEARGame|ARageMP)\.exe$)", {{
|
||||
{ "d3d9.customVendorId", "10de" },
|
||||
{ "d3d9.customDeviceId", "05E0" },
|
||||
{ "dxgi.nvapiHack", "False" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user