mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[util] Spoof AMD card for Star Citizen
This commit is contained in:
parent
7d7dbe2632
commit
27026f48a2
@ -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" },
|
||||||
|
}} },
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user