mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
(Android) Set menu_swap_ok_cancel_buttons to 'on'
This commit is contained in:
parent
1df7b924bf
commit
d41b57881a
@ -625,7 +625,12 @@ static bool back_as_menu_toggle_enable = true;
|
||||
#endif
|
||||
|
||||
static bool all_users_control_menu = false;
|
||||
|
||||
#if defined(ANDROID)
|
||||
static bool menu_swap_ok_cancel_buttons = true;
|
||||
#else
|
||||
static bool menu_swap_ok_cancel_buttons = false;
|
||||
#endif
|
||||
|
||||
/* Crop overscanned frames. */
|
||||
static const bool crop_overscan = true;
|
||||
|
Loading…
Reference in New Issue
Block a user