mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[util] Report Nvidia GPU to Far Cry 1
This commit is contained in:
parent
d7c4afbeba
commit
7dd443802c
@ -432,6 +432,10 @@ namespace dxvk {
|
||||
{ R"(\\Demonstone\.exe$)", {{
|
||||
{ "d3d9.maxFrameRate", "60" },
|
||||
}} },
|
||||
/* Far Cry 1 has worse water rendering when it detects AMD GPUs */
|
||||
{ R"(\\FarCry\.exe$)", {{
|
||||
{ "d3d9.customVendorId", "10de" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user