mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(PSP) Buildfix
This commit is contained in:
parent
174675ee71
commit
6cba44328d
@ -177,7 +177,7 @@ static int16_t psp_joypad_axis(unsigned port, uint32_t joyaxis)
|
|||||||
return psp_joypad_axis_state(port, 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,
|
rarch_joypad_info_t *joypad_info,
|
||||||
const struct retro_keybind *binds,
|
const struct retro_keybind *binds,
|
||||||
unsigned port)
|
unsigned port)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user