mirror of
https://github.com/Maschell/dynamic_libs.git
synced 2024-11-29 07:24:13 +01:00
Added the wpad sampling callback
This commit is contained in:
parent
ecc0823a5d
commit
64f225382a
@ -150,8 +150,8 @@ typedef struct _KPADData
|
|||||||
f32 lstick_y;
|
f32 lstick_y;
|
||||||
f32 rstick_x;
|
f32 rstick_x;
|
||||||
f32 rstick_y;
|
f32 rstick_y;
|
||||||
int charging;
|
s32 charging;
|
||||||
int wired;
|
s32 wired;
|
||||||
} pro;
|
} pro;
|
||||||
|
|
||||||
u32 unused_6[20];
|
u32 unused_6[20];
|
||||||
@ -178,6 +178,7 @@ typedef WPADReadData KPADUnifiedWpadData;
|
|||||||
void InitPadScoreFunctionPointers(void);
|
void InitPadScoreFunctionPointers(void);
|
||||||
void InitAcquirePadScore(void);
|
void InitAcquirePadScore(void);
|
||||||
|
|
||||||
|
typedef void (* wpad_sampling_callback_t)(s32 chan);
|
||||||
typedef void (* wpad_extension_callback_t)(s32 chan, s32 status);
|
typedef void (* wpad_extension_callback_t)(s32 chan, s32 status);
|
||||||
typedef void (* wpad_connect_callback_t)(s32 chan, s32 status);
|
typedef void (* wpad_connect_callback_t)(s32 chan, s32 status);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user