From 659b069b64199139c8287289eb1e555cefd28593 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sun, 24 Oct 2021 03:11:28 +0200 Subject: [PATCH] QueryPAD: remove apparently useless wait --- libpsx/src/pad.c | 2 ++ 1 file changed, 2 insertions(+) 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++) {