[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 d41a2b9f54
commit 655791e6f9
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" },
}} },
}};