1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2025-02-07 02:30:14 -05:00

Reduce gcn64workbuf size

This commit is contained in:
Raphael Assenat 2015-10-27 23:58:04 -04:00
parent 5759944a1e
commit 03fcfa5b6c

View File

@ -23,7 +23,7 @@
#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];
/******** IO port definitions and options **************/