1
0
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:
Raphael Assenat 2015-10-24 15:35:10 -04:00
parent deabb7b93d
commit 790563cddc

View File

@ -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)