From 09aa219eb312c70770ba6cbf7b68507b4dcfc164 Mon Sep 17 00:00:00 2001 From: meleu Date: Wed, 30 Nov 2016 23:32:19 -0200 Subject: [PATCH] added menu_swap_ok_cancel Removed the deprecated `menu_ok_btn` and `menu_cancel_btn`. It's somehow related with this issue: https://github.com/libretro/RetroArch/issues/4111 --- retroarch.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/retroarch.cfg b/retroarch.cfg index d54ef28f6a..bd5f90b9f2 100644 --- a/retroarch.cfg +++ b/retroarch.cfg @@ -497,14 +497,15 @@ # input_player1_r3_btn = # Menu buttons. -# menu_ok_btn = -# menu_cancel_btn = # menu_search_btn = # menu_info_btn = # menu_default_btn = # menu_scroll_down_btn = # menu_scroll_up_btn = +# Swap buttons for OK/Cancel +# menu_swap_ok_cancel = false + # Axis for RetroArch D-Pad. # Needs to be either '+' or '-' in the first character signaling either positive or negative direction of the axis, then the axis number. # Do note that every other input option has the corresponding _btn and _axis binds as well; they are omitted here for clarity.