mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2024-12-21 23:08:53 -05:00
reduce buffer size
This commit is contained in:
parent
deabb7b93d
commit
790563cddc
@ -58,7 +58,7 @@ int gcn64lib_suspendPolling(gcn64_hdl_t hdl, unsigned char suspend)
|
||||
|
||||
int gcn64lib_getVersion(gcn64_hdl_t hdl, char *dst, int dstmax)
|
||||
{
|
||||
unsigned char cmd[64];
|
||||
unsigned char cmd[32];
|
||||
int n;
|
||||
|
||||
if (dstmax <= 0)
|
||||
|
Loading…
Reference in New Issue
Block a user