Serial added to SEGA adapters

This commit is contained in:
MickGyver
2020-04-25 17:40:25 +03:00
parent 4863d43b47
commit e7dcc5a735
6 changed files with 22 additions and 0 deletions

View File

@@ -146,5 +146,10 @@ void Gamepad_::send()
uint8_t Gamepad_::getShortName(char *name)
{
if(!next)
{
strcpy(name, gp_serial);
return strlen(name);
}
return 0;
}