1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00

[util] Spoof a nvidia card for DIRT 5

This commit is contained in:
Christopher Egert 2021-02-14 02:12:15 +01:00 committed by Philip Rebohle
parent 0c18a86090
commit 594d09ae3a

View File

@ -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 */