From 3ef78ae250b5460bf1b69c4d1f05e27985fa9d1b Mon Sep 17 00:00:00 2001 From: neonloop Date: Fri, 26 Mar 2021 00:29:45 +0000 Subject: Drop buffer size to 8192 --- frontend/plat_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/plat_linux.c') diff --git a/frontend/plat_linux.c b/frontend/plat_linux.c index 38e28cc..09d9a48 100644 --- a/frontend/plat_linux.c +++ b/frontend/plat_linux.c @@ -11,7 +11,7 @@ static SDL_Surface* screen; -#define BUF_LEN 16384 +#define BUF_LEN 8192 static short buf[BUF_LEN]; static int buf_w, buf_r; -- cgit v1.2.3