From 6cba44328d50eb5dde8e2103db0cd0563d6742df Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 20 Jul 2020 00:58:57 +0200 Subject: [PATCH] (PSP) Buildfix --- input/drivers_joypad/psp_joypad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/drivers_joypad/psp_joypad.c b/input/drivers_joypad/psp_joypad.c index b957295fe4..0c38989684 100644 --- a/input/drivers_joypad/psp_joypad.c +++ b/input/drivers_joypad/psp_joypad.c @@ -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)