1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-01 16:24:12 +01:00

Spoof AMD card for GTA V

GTA V working out of box on Proton for Nvidia users. Tested
#624
https://github.com/ValveSoftware/Proton/issues/37#issuecomment-415833819
This commit is contained in:
MartinPL 2018-09-08 12:46:21 +02:00 committed by Philip Rebohle
parent 60796a8143
commit f949240b2f

View File

@ -36,6 +36,11 @@ namespace dxvk {
{ "Frostpunk.exe", {{
{ "dxgi.deferSurfaceCreation", "True" },
}} },
/* Grand Theft Auto V */
{ "GTA5.exe", {{
{ "dxgi.customVendorId", "1002" },
{ "dxgi.customDeviceId", "E366" },
}} },
/* Mafia 3 */
{ "mafia3.exe", {{
{ "d3d11.fakeStreamOutSupport", "True" },
@ -208,4 +213,4 @@ namespace dxvk {
return config;
}
}
}