reduced game mode poll

This commit is contained in:
tudnai 2022-02-14 18:43:30 +01:00
parent dcc9c89062
commit 699d2fd928

View File

@ -198,7 +198,7 @@ extern double mhz;
#define DEF_VIDEO_DIV 1U
#define DEF_SPKR_DIV 1U
#define GAME_FPS 480U
#define GAME_FPS 120U // 480U
#define GAME_VIDEO_DIV (GAME_FPS / 60U)
extern unsigned int video_fps_divider;