1
0
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:
Robin Kertels 2021-06-19 18:26:56 +02:00 committed by Joshie
parent d7c4afbeba
commit 7dd443802c

View File

@ -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" },
}} },
}};