From 7e5a7a985d5ef350f17bf55753b1af65ff8ea3fe Mon Sep 17 00:00:00 2001 From: dwsJason Date: Mon, 24 Sep 2018 19:30:54 -0400 Subject: [PATCH] Set GAME_PERIOD to 64, to try and keep framerate at 15 --- include/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/game.h b/include/game.h index 9cb1628..dc20675 100644 --- a/include/game.h +++ b/include/game.h @@ -29,7 +29,7 @@ #define FALSE 0 #ifdef IIGS -#define GAME_PERIOD 72 +#define GAME_PERIOD 64 #else #define GAME_PERIOD 75 #endif