From d41b57881ab93d046070b4ae0174929f065bb07c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 20 Nov 2016 13:40:31 +0100 Subject: [PATCH] (Android) Set menu_swap_ok_cancel_buttons to 'on' --- config.def.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.def.h b/config.def.h index abf79e73fd..99b8bad229 100644 --- a/config.def.h +++ b/config.def.h @@ -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;