mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[util] Add Deck profile for Fallout 4
Should fix the FPS problem on Deck OLED.
This commit is contained in:
parent
3f27a0ee58
commit
462165da19
@ -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" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user