try to cleanup the mess in the input code
[pcsx_rearmed.git] / include / psemu_plugin_defs.h
index 8645eab..2d688f2 100644 (file)
@@ -141,7 +141,7 @@ typedef struct
   long PADquery(void);
 
   unsigned char PADstartPoll(int);
-  unsigned char PADpoll(unsigned char);
+  unsigned char PADpoll(unsigned char, int *);
 
 */