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:
parent
5759944a1e
commit
03fcfa5b6c
@ -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 **************/
|
||||
|
Loading…
Reference in New Issue
Block a user