From 192443b6647749b16f071be50929a263e1e78f23 Mon Sep 17 00:00:00 2001 From: John Lorentzson Date: Sat, 26 Apr 2025 16:12:36 +0200 Subject: [PATCH] Revert "Turn on FPS display" This reverts commit e14d3f59f20726a6b698833def4aa86d941ea56b. The framerate is now stable and correct enough that the FPS display is no longer needed. --- src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.cpp b/src/Main.cpp index 3d8427e6..cacbd514 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -42,7 +42,7 @@ BOOL gbUseJoystick = FALSE; int gJoystickButtonTable[8]; static BOOL bActive = TRUE; -static BOOL bFPS = TRUE; +static BOOL bFPS = FALSE; static int windowWidth; static int windowHeight;