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
1 changed files with 1 additions and 1 deletions

View File

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