snes9xgx/source/utils/xbox360.h
fancymelonhub e104bc6f9b Porting SNES9X RX 360 Controller support to GX (#887)
Title is self-explanatory.
2019-12-30 12:45:20 -07:00

18 lines
223 B
C

#ifndef _XBOX360_H_
#define _XBOX360_H_
#include <gctypes.h>
#ifdef __cplusplus
extern "C" {
#endif
bool XBOX360_ScanPads();
u32 XBOX360_ButtonsHeld(int chan);
char* XBOX360_Status();
#ifdef __cplusplus
}
#endif
#endif