mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 01:24:11 +01:00
[util] Set TRAHA Global to Intel vendor id
This commit is contained in:
parent
522909b165
commit
4a4d880130
@ -324,6 +324,11 @@ namespace dxvk {
|
||||
{ R"(\\SonicFrontiers\.exe$)", {{
|
||||
{ "dxgi.maxFrameLatency", "1" },
|
||||
}} },
|
||||
/* TRAHA Global *
|
||||
* Shadow issues when it sees AMD/Nvidia */
|
||||
{ R"(\\RapaNui-Win64-Shipping\.exe$)", {{
|
||||
{ "dxgi.customVendorId", "8086" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D9 GAMES */
|
||||
|
Loading…
Reference in New Issue
Block a user