From b73f9d8ecbb35620c01fe1d87bfd8010f6fbbbc4 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Wed, 22 Jan 2025 19:04:25 +0100 Subject: [PATCH] [util] Extend Battlefield 2/2142 config to Project Reality --- src/util/config/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 397ebc1ff..7396c1da6 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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"}, }} },