mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-31 14:52:11 +01:00
[util] Add configs for Splinter Cell Conviction
The game will sometimes black screen upon alt-tab without deviceLossOnFocusLoss. Spoofing the GPU through dxgi to a known one from its list prevents the System Detection tool from complaining that it is unsupported on some setups.
This commit is contained in:
parent
c26b2ade1d
commit
33bf09122c
@ -1000,6 +1000,14 @@ namespace dxvk {
|
|||||||
{ R"(\\WRC4\.exe$)", {{
|
{ R"(\\WRC4\.exe$)", {{
|
||||||
{ "d3d9.maxFrameRate", "60" },
|
{ "d3d9.maxFrameRate", "60" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Splinter Cell Conviction - Alt-tab black *
|
||||||
|
* screen and unsupported GPU complaint */
|
||||||
|
{ R"(\\conviction_game\.exe$)", {{
|
||||||
|
{ "d3d9.deviceLossOnFocusLoss", "True" },
|
||||||
|
{ "dxgi.customVendorId", "10de" },
|
||||||
|
{ "dxgi.customDeviceId", "05e0" },
|
||||||
|
{ "dxgi.customDeviceDesc", "GeForce GTX 295" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D8 GAMES */
|
/* D3D8 GAMES */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user