usbloadergx/source/wpad.h
dimok321 a97cfd3431 *Fixed Estimation GameSize before Install BUG
*Some small fixes and MP3 Crash fix (STILL BUGGY WHILE PLAYING, DON'T USE IT)
2009-05-13 20:55:33 +00:00

22 lines
271 B
C

#ifndef _WPAD_H_
#define _WPAD_H_
#include <wiiuse/wpad.h>
#ifdef __cplusplus
extern "C"
{
#endif
/* Prototypes */
s32 Wpad_Init(void);
void Wpad_Disconnect(void);
u32 Wpad_GetButtons(void);
u32 Wpad_WaitButtons(void);
#ifdef __cplusplus
}
#endif
#endif