diff --git a/libpsx/src/pad.c b/libpsx/src/pad.c index d7293d8..6171e5e 100644 --- a/libpsx/src/pad.c +++ b/libpsx/src/pad.c @@ -62,7 +62,9 @@ void QueryPAD(int pad_n, const unsigned char *in, unsigned char *out, int len) /*Get the initial command (usually 0x01 or 0x81)*/ TempData = *in; +#if 0 for(y=0;y<400;y++); /*Slight delay before first transmission*/ +#endif for(x = 0; x < len; x++) {