diff options
author | neonloop | 2021-03-26 00:29:45 +0000 |
---|---|---|
committer | neonloop | 2021-03-26 00:29:45 +0000 |
commit | 3ef78ae250b5460bf1b69c4d1f05e27985fa9d1b (patch) | |
tree | 69f7f49c28061c1b70509d2d5f3711fdda58cc9a /frontend/plat_trimui.c | |
parent | 4c26780f101a12d455ffe900e6a0d5238d1c9552 (diff) | |
download | picogpsp-3ef78ae250b5460bf1b69c4d1f05e27985fa9d1b.tar.gz picogpsp-3ef78ae250b5460bf1b69c4d1f05e27985fa9d1b.tar.bz2 picogpsp-3ef78ae250b5460bf1b69c4d1f05e27985fa9d1b.zip |
Drop buffer size to 8192
Diffstat (limited to 'frontend/plat_trimui.c')
-rw-r--r-- | frontend/plat_trimui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/plat_trimui.c b/frontend/plat_trimui.c index 988a433..bdd5a92 100644 --- a/frontend/plat_trimui.c +++ b/frontend/plat_trimui.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; |