Set GAME_PERIOD to 64, to try and keep framerate at 15

This commit is contained in:
dwsJason 2018-09-24 19:30:54 -04:00
parent 6f6d7c08e1
commit 7e5a7a985d

View File

@ -29,7 +29,7 @@
#define FALSE 0 #define FALSE 0
#ifdef IIGS #ifdef IIGS
#define GAME_PERIOD 72 #define GAME_PERIOD 64
#else #else
#define GAME_PERIOD 75 #define GAME_PERIOD 75
#endif #endif