diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 18df1b4ce..da0932e63 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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" }, + }} }, }};