(Apple) Fix build

This commit is contained in:
twinaphex 2013-11-03 04:47:29 +01:00
parent 2b7635e740
commit b126cb59d7

View File

@ -309,7 +309,7 @@ static bool apple_input_set_rumble(void *data, unsigned port, enum retro_rumble_
return input_joypad_set_rumble(g_joydriver, port, effect, strength);
}
static uint64_t apple_get_capabilities(void *data)
static uint64_t apple_input_get_capabilities(void *data)
{
uint64_t caps = 0;