diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-10-24 03:11:28 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2021-10-24 03:11:28 +0200 |
| commit | 659b069b64199139c8287289eb1e555cefd28593 (patch) | |
| tree | 3318d1675a3f6c7dcf899cb51b56625a753f63b3 | |
| parent | 8a2647469beaa33ad530b88f81ad12e38831f0c9 (diff) | |
QueryPAD: remove apparently useless wait
| -rw-r--r-- | libpsx/src/pad.c | 2 |
1 files changed, 2 insertions, 0 deletions
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++) { |
