(Android) Set menu_swap_ok_cancel_buttons to 'on'

This commit is contained in:
twinaphex 2016-11-20 13:40:31 +01:00
parent 1df7b924bf
commit d41b57881a

View File

@ -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;