snes9xgx/source/utils/retrode.h

17 lines
202 B
C
Raw Normal View History

2019-08-06 02:22:54 +02:00
#ifndef _RETRODE_H_
#define _RETRODE_H_
#ifdef __cplusplus
extern "C" {
#endif
bool Retrode_ScanPads();
u32 Retrode_ButtonsHeld(int chan);
char* Retrode_Status();
2019-08-06 02:22:54 +02:00
#ifdef __cplusplus
}
#endif
#endif