mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[d3d8] Restore config for Splinter Cell
This commit is contained in:
parent
1d90772eb2
commit
839279730e
1 changed files with 6 additions and 0 deletions
|
@ -1202,6 +1202,12 @@ namespace dxvk {
|
|||
{ "d3d9.maxFrameRate", "60" },
|
||||
{ "d3d8.forceLegacyDiscard", "True" },
|
||||
}} },
|
||||
/* Tom Clancy's Splinter Cell *
|
||||
* Fixes shadow buffers and alt-tab */
|
||||
{ R"(\\splintercell\.exe$)", {{
|
||||
{ "d3d8.scaleDref", "24" },
|
||||
{ "d3d9.deviceLossOnFocusLoss", "True" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue