(PSP) Buildfix

This commit is contained in:
twinaphex 2020-07-20 00:58:57 +02:00
parent 174675ee71
commit 6cba44328d

View File

@ -177,7 +177,7 @@ static int16_t psp_joypad_axis(unsigned port, uint32_t joyaxis)
return psp_joypad_axis_state(port, joyaxis);
}
static int16_t dinput_joypad_state(
static int16_t psp_joypad_state(
rarch_joypad_info_t *joypad_info,
const struct retro_keybind *binds,
unsigned port)