mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-13 19:29:14 +01:00
[util] Spoof a nvidia card for DIRT 5
This commit is contained in:
parent
0c18a86090
commit
594d09ae3a
@ -206,6 +206,11 @@ namespace dxvk {
|
||||
{ R"(\\nioh2\.exe$)", {{
|
||||
{ "dxgi.deferSurfaceCreation", "True" },
|
||||
}} },
|
||||
/* DIRT 5 - uses amd_ags_x64.dll when it *
|
||||
* detects an AMD GPU */
|
||||
{ R"(\\DIRT5\.exe$)", {{
|
||||
{ "dxgi.customVendorId", "10de" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D9 GAMES */
|
||||
|
Loading…
x
Reference in New Issue
Block a user