1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 14:52:10 +01:00

[util] Spoof AMD card for Star Citizen

This commit is contained in:
Fredrick Lockert 2018-10-12 02:54:38 +02:00 committed by Philip Rebohle
parent 7d7dbe2632
commit 27026f48a2

View File

@ -70,6 +70,11 @@ namespace dxvk {
{ "Overwatch.exe", {{ { "Overwatch.exe", {{
{ "d3d11.fakeStreamOutSupport", "True" }, { "d3d11.fakeStreamOutSupport", "True" },
}} }, }} },
/* Star Citizen */
{ "StarCitizen.exe", {{
{ "dxgi.customVendorId", "1002" },
{ "dxgi.customDeviceId", "e366" },
}} },
}}; }};