Go to the documentation of this file.
6 #define PAD_LEFT (1<<15)
7 #define PAD_RIGHT (1<<13)
9 #define PAD_DOWN (1<<14)
14 #define PAD_TRIANGLE (1<<4)
15 #define PAD_CIRCLE (1<<5)
16 #define PAD_CROSS (1<<6)
17 #define PAD_SQUARE (1<<7)
18 #define PAD_SELECT (1<<8)
19 #define PAD_LANALOGB (1<<9)
20 #define PAD_RANALOGB (1<<10)
21 #define PAD_START (1<<11)
23 #define PAD_READ_RAW_SIZE 21
172 void QueryPAD(
int pad_n,
unsigned char *in,
unsigned char *out,
int len);