From 9c730d5dcfe9598b8ba1b6da032e068285a304a7 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Thu, 7 Sep 2023 21:48:40 +0200 Subject: [PATCH] fix low fps issue (#60) --- gamedir/ddraw.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamedir/ddraw.ini b/gamedir/ddraw.ini index 8678dfa18..aa0540341 100644 --- a/gamedir/ddraw.ini +++ b/gamedir/ddraw.ini @@ -24,7 +24,7 @@ boxing=false ; Real rendering rate, -1 = screen rate, 0 = unlimited, n = cap ; Note: Does not have an impact on the game speed, to limit your game speed use 'maxgameticks=' -maxfps=-1 +maxfps=0 ; Vertical synchronization, enable if you get tearing - (Requires 'renderer=auto/opengl*/direct3d9*') ; Note: vsync=true can fix tearing but it will cause input lag