Merge pull request #4116 from meleu/patch-1

added menu_swap_ok_cancel on retroarch.cfg
This commit is contained in:
Andrés Suárez 2016-11-30 20:58:39 -05:00 committed by GitHub
commit 51650e6414

View File

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