mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[util] Set TRAHA Global to Intel vendor id
This commit is contained in:
parent
522909b165
commit
4a4d880130
1 changed files with 5 additions and 0 deletions
|
@ -324,6 +324,11 @@ namespace dxvk {
|
||||||
{ R"(\\SonicFrontiers\.exe$)", {{
|
{ R"(\\SonicFrontiers\.exe$)", {{
|
||||||
{ "dxgi.maxFrameLatency", "1" },
|
{ "dxgi.maxFrameLatency", "1" },
|
||||||
}} },
|
}} },
|
||||||
|
/* TRAHA Global *
|
||||||
|
* Shadow issues when it sees AMD/Nvidia */
|
||||||
|
{ R"(\\RapaNui-Win64-Shipping\.exe$)", {{
|
||||||
|
{ "dxgi.customVendorId", "8086" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
|
Loading…
Add table
Reference in a new issue