Skip to content

Commit af83ff9

Browse files
committed
Turn on VSYNC by default in Dave the Diver
1 parent 1baad9d commit af83ff9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/config.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3908,6 +3908,11 @@ auto DeclKeybind =
39083908
config.render.framerate.target_fps = 120.0f;
39093909
break;
39103910

3911+
case SK_GAME_ID::DaveTheDiver:
3912+
// Game's VSYNC setting does not work correctly, turn it on by default.
3913+
config.render.dxgi.present_interval = 1;
3914+
break;
3915+
39113916
case SK_GAME_ID::ForzaHorizon5:
39123917
case SK_GAME_ID::ForzaMotorsport:
39133918
{

0 commit comments

Comments
 (0)