mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-01-26 09:55:27 +01:00
13 lines
215 B
C
13 lines
215 B
C
#ifndef _RETROUSB_H_
|
|
#define _RETROUSB_H_
|
|
|
|
#include <gctypes.h>
|
|
|
|
bool RetroUSB_ScanPads();
|
|
u32 RetroUSB_ButtonsHeld();
|
|
bool RetroUSB_OK();
|
|
char* RetroUSB_TestChars();
|
|
|
|
extern u8 RetroUSB_Counter;
|
|
|
|
#endif |