mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-23 19:19:22 +01:00
parent
e104bc6f9b
commit
d9f6d1d8b3
@ -900,9 +900,11 @@ void SetDefaultButtonMap ()
|
||||
SetControllers();
|
||||
}
|
||||
|
||||
#ifdef HW_RVL
|
||||
char* GetUSBControllerInfo()
|
||||
{
|
||||
static char info[50];
|
||||
snprintf(info, 50, "Retrode: %s, XBOX360: %s", Retrode_Status(), XBOX360_Status());
|
||||
return info;
|
||||
}
|
||||
#endif
|
@ -7,6 +7,7 @@ extern "C" {
|
||||
|
||||
bool Retrode_ScanPads();
|
||||
u32 Retrode_ButtonsHeld(int chan);
|
||||
char* Retrode_Status();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user