mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
Update psp_joypad.c
Fix "Prefer Front Touch" option from Input menu for Vita toggle menu input
This commit is contained in:
parent
b4aca85a0c
commit
f0faedddf9
@ -189,6 +189,7 @@ static void psp_joypad_poll(void)
|
|||||||
#if defined(VITA)
|
#if defined(VITA)
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
bool input_backtouch_enable = settings->bools.input_backtouch_enable;
|
bool input_backtouch_enable = settings->bools.input_backtouch_enable;
|
||||||
|
bool input_backtouch_toggle = settings->bools.input_backtouch_toggle;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef PSP
|
#ifdef PSP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user