This commit is contained in:
Pheenoh
2021-01-04 10:37:18 -05:00
6 changed files with 65 additions and 72 deletions
@@ -72,8 +72,8 @@ struct g_HIO_struct {
struct mDoCPd_c {
void create();
void read();
static void convert(interface_of_controller_pad* controllerInteface, JUTGamePad* gamePad);
static void LRlockCheck(interface_of_controller_pad* controllerInterface);
static void convert(interface_of_controller_pad* pInterface, JUTGamePad* pPad);
static void LRlockCheck(interface_of_controller_pad* pInterface);
static void recalibrate(void);
JUTGamePad* gamePad;