mirror of
https://github.com/zeldaret/ss
synced 2026-08-05 01:19:27 -04:00
Look if it matches it matches
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
|
||||
namespace mPad {
|
||||
|
||||
extern EGG::CoreControllerMgr *g_padMg;
|
||||
extern int g_currentCoreId;
|
||||
extern EGG::CoreController *g_currentCore;
|
||||
extern EGG::CoreController *g_core[4];
|
||||
|
||||
void create();
|
||||
void beginPad();
|
||||
void endPad();
|
||||
|
||||
@@ -17,12 +17,26 @@ typedef enum {
|
||||
WPAD_RESULT_SUCCESS = 0,
|
||||
} WPADResult;
|
||||
|
||||
|
||||
typedef struct {
|
||||
u32 field_0x00;
|
||||
u32 field_0x04;
|
||||
u32 field_0x08;
|
||||
u32 field_0x0C;
|
||||
u32 field_0x10;
|
||||
bool field_0x14;
|
||||
bool field_0x15;
|
||||
bool field_0x16;
|
||||
bool field_0x17;
|
||||
} WPADInfo;
|
||||
|
||||
UNKTYPE WPADControlSpeaker(s32, UNKWORD, WPADCallback);
|
||||
BOOL WPADCanSendStreamData(s32);
|
||||
UNKWORD WPADSendStreamData(s32, UNKTYPE *, UNKWORD);
|
||||
|
||||
s32 WPADProbe(s32 chan, u32 *type);
|
||||
s32 WPADReadFaceData(s32 chan, void *dst, u32 size, u32 src, WPADCallback cb);
|
||||
s32 WPADGetInfoAsync(s32 chan, WPADInfo *dst, WPADCallback cb);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user