1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-31 05:52:11 +01:00

[util] Extend Battlefield 2/2142 config to Project Reality

This commit is contained in:
Blisto91 2025-01-22 19:04:25 +01:00 committed by Philip Rebohle
parent 84ccad3528
commit b73f9d8ecb

View File

@ -610,7 +610,7 @@ namespace dxvk {
* Also hang when alt tabbing which seems *
* like a game bug that d3d9 drivers work *
* around. */
{ R"(\\(BF2|BF2142)\.exe$)", {{
{ R"(\\(BF2|BF2142|PRBF2)\.exe$)", {{
{ "d3d9.deviceLossOnFocusLoss", "True" },
{ "d3d9.countLosableResources", "False"},
}} },