mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-12 12:58:34 +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…
Reference in New Issue
Block a user