mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
(Vita) Prevent unused variable
This commit is contained in:
parent
2cf255328d
commit
b5a636f22b
@ -124,8 +124,6 @@ static int16_t psp_joypad_axis(unsigned port_num, uint32_t joyaxis)
|
|||||||
|
|
||||||
static void psp_joypad_poll(void)
|
static void psp_joypad_poll(void)
|
||||||
{
|
{
|
||||||
settings_t *settings = config_get_ptr();
|
|
||||||
|
|
||||||
unsigned player;
|
unsigned player;
|
||||||
unsigned players_count = PSP_MAX_PADS;
|
unsigned players_count = PSP_MAX_PADS;
|
||||||
#ifdef PSP
|
#ifdef PSP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user