From 9638c4735ef261c01d54bdfd5fb1f7e6077fe3ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Fri, 20 Nov 2020 12:48:09 +0100 Subject: [PATCH] Speed up GB meta a bit --- main_gbmeta.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_gbmeta.ino b/main_gbmeta.ino index e7d2842..6018e5c 100644 --- a/main_gbmeta.ino +++ b/main_gbmeta.ino @@ -25,7 +25,7 @@ #define SFG_ARDUINO 1 #define SFG_CAN_EXIT 0 #define SFG_FPS 22 -#define SFG_TIME_MULTIPLIER 800 /* Without this the game seems too fast. This +#define SFG_TIME_MULTIPLIER 900 /* Without this the game seems too fast. This also achieves an effective FPS of about 17. */ #define SFG_SCREEN_RESOLUTION_X 80