(OSX) Build fix

This commit is contained in:
Twinaphex 2014-10-04 16:47:44 +02:00
parent 1e2f8651b9
commit b16d6d72a5

View File

@ -464,14 +464,12 @@ static bool apple_joypad_rumble(unsigned pad,
return false;
}
static const char *apple_joypad_name(unsigned joypad)
static const char *apple_joypad_name(unsigned pad)
{
/* TODO/FIXME - implement properly */
if (pad >= MAX_PLAYERS)
return NULL;
(void)joypad;
return NULL;
}