Mod GB meta time

This commit is contained in:
Miloslav Číž 2020-11-15 21:15:37 +01:00
parent 5e95e949e7
commit 222bde7727
1 changed files with 4 additions and 1 deletions

View File

@ -24,7 +24,10 @@
#define SFG_ARDUINO 1
#define SFG_CAN_EXIT 0
#define SFG_FPS 17
#define SFG_FPS 22
#define SFG_TIME_MULTIPLIER 800 /* Without this the game seems too fast. This
also achieves an effective FPS of about
17. */
#define SFG_SCREEN_RESOLUTION_X 80
#define SFG_SCREEN_RESOLUTION_Y 64
#define SFG_RESOLUTION_SCALEDOWN 1