[util] Add Deck profile for Fallout 4

Should fix the FPS problem on Deck OLED.
This commit is contained in:
Philip Rebohle 2024-04-26 13:15:59 +02:00
parent 3f27a0ee58
commit 462165da19
1 changed files with 5 additions and 1 deletions

View File

@ -913,7 +913,11 @@ namespace dxvk {
const static ProfileList g_deckProfiles = {{
/* Fallout 4: Defaults to 45 FPS on OLED, but also breaks above 60 FPS */
{ R"(\\Fallout4\.exe$)", {{
{ "dxgi.syncInterval", "1" },
{ "dxgi.maxFrameRate", "60" },
}} },
}};