Reduce gcn64workbuf size

This commit is contained in:
Raphael Assenat 2015-10-27 23:58:04 -04:00
parent 5759944a1e
commit 03fcfa5b6c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#undef FORCE_KEYBOARD #undef FORCE_KEYBOARD
#define GCN64_BUF_SIZE 600 #define GCN64_BUF_SIZE 320 // Supports up to 39 bytes
static unsigned char gcn64_workbuf[GCN64_BUF_SIZE]; static unsigned char gcn64_workbuf[GCN64_BUF_SIZE];
/******** IO port definitions and options **************/ /******** IO port definitions and options **************/