mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Merge pull request #10296 from FmT0/patch-1
(Vita) Prefer Front Touch option fix
This commit is contained in:
commit
3180cbd103
@ -189,6 +189,7 @@ static void psp_joypad_poll(void)
|
||||
#if defined(VITA)
|
||||
settings_t *settings = config_get_ptr();
|
||||
bool input_backtouch_enable = settings->bools.input_backtouch_enable;
|
||||
bool input_backtouch_toggle = settings->bools.input_backtouch_toggle;
|
||||
#endif
|
||||
|
||||
#ifdef PSP
|
||||
|
Loading…
Reference in New Issue
Block a user