Extended timeout to 20 frames to give RPIs a chance

This commit is contained in:
Devine Lu Linvega 2022-05-31 12:29:55 -07:00
parent 56d08285b7
commit 8176ab93c8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ WITH REGARD TO THIS SOFTWARE.
#define WIDTH 64 * 8
#define HEIGHT 40 * 8
#define PAD 4
#define TIMEOUT_FRAMES 10
#define TIMEOUT_FRAMES 20
static SDL_Window *gWindow;
static SDL_Texture *gTexture;