From e14d3f59f20726a6b698833def4aa86d941ea56b Mon Sep 17 00:00:00 2001 From: John Lorentzson Date: Tue, 8 Apr 2025 11:18:08 +0200 Subject: [PATCH] Turn on FPS display --- src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.cpp b/src/Main.cpp index cacbd514..3d8427e6 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 = FALSE; +static BOOL bFPS = TRUE; static int windowWidth; static int windowHeight;