mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(Vita) Prevent unused variable
This commit is contained in:
parent
2cf255328d
commit
b5a636f22b
1 changed files with 0 additions and 2 deletions
|
@ -124,8 +124,6 @@ static int16_t psp_joypad_axis(unsigned port_num, uint32_t joyaxis)
|
|||
|
||||
static void psp_joypad_poll(void)
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
unsigned player;
|
||||
unsigned players_count = PSP_MAX_PADS;
|
||||
#ifdef PSP
|
||||
|
|
Loading…
Add table
Reference in a new issue