From 03fcfa5b6c5ad3841952ca1f9ce0071a4da6fb0b Mon Sep 17 00:00:00 2001 From: Raphael Assenat Date: Tue, 27 Oct 2015 23:58:04 -0400 Subject: [PATCH] Reduce gcn64workbuf size --- gcn64_protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcn64_protocol.c b/gcn64_protocol.c index bb40e85..20cf699 100644 --- a/gcn64_protocol.c +++ b/gcn64_protocol.c @@ -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 **************/