summaryrefslogtreecommitdiff
path: root/frontend/plat_linux.c
diff options
context:
space:
mode:
authorneonloop2021-03-26 00:29:45 +0000
committerneonloop2021-03-26 00:29:45 +0000
commit3ef78ae250b5460bf1b69c4d1f05e27985fa9d1b (patch)
tree69f7f49c28061c1b70509d2d5f3711fdda58cc9a /frontend/plat_linux.c
parent4c26780f101a12d455ffe900e6a0d5238d1c9552 (diff)
downloadpicogpsp-3ef78ae250b5460bf1b69c4d1f05e27985fa9d1b.tar.gz
picogpsp-3ef78ae250b5460bf1b69c4d1f05e27985fa9d1b.tar.bz2
picogpsp-3ef78ae250b5460bf1b69c4d1f05e27985fa9d1b.zip
Drop buffer size to 8192
Diffstat (limited to 'frontend/plat_linux.c')
-rw-r--r--frontend/plat_linux.c2
1 files changed, 1 insertions, 1 deletions
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;