diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 353fb1bb..8331d1e2 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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; } -} \ No newline at end of file +}