summaryrefslogtreecommitdiff
path: root/frontend/plat_linux.c
diff options
context:
space:
mode:
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;