uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit 8176ab93c898d6afe73a7b2f4ee77aa9aaa8e4ca
parent 56d08285b76eb35af5a0a6cf29fdd194f1dd186f
Author: Devine Lu Linvega <aliceffekt@gmail.com>
Date:   Tue, 31 May 2022 12:29:55 -0700

Extended timeout to 20 frames to give RPIs a chance

Diffstat:
Msrc/uxnemu.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uxnemu.c b/src/uxnemu.c @@ -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;