mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-14 22:29:15 +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$)", {{
|
{ R"(\\nioh2\.exe$)", {{
|
||||||
{ "dxgi.deferSurfaceCreation", "True" },
|
{ "dxgi.deferSurfaceCreation", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
/* DIRT 5 - uses amd_ags_x64.dll when it *
|
||||||
|
* detects an AMD GPU */
|
||||||
|
{ R"(\\DIRT5\.exe$)", {{
|
||||||
|
{ "dxgi.customVendorId", "10de" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user