Remove hotkey add labels

This commit is contained in:
aaxx7 2017-10-31 14:06:50 +00:00 committed by GitHub
parent fc5ddf0e3e
commit 0a8474e241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,15 +15,19 @@ input_l_btn = "3"
input_r_btn = "5"
input_l2_btn = "6"
input_r2_btn = "7"
input_enable_hotkey_btn = "8"
input_exit_emulator_btn = "6"
#input_menu_toggle_btn = "6+8"
input_b_btn_label = "A"
input_y_btn_label = "B"
input_start_btn_label = "Start"
input_up_axis_label = "D-Pad Up"
input_down_axis_label = "D-Pad Down"
input_left_axis_label = "D-Pad Left"
input_right_axis_label = "D-Pad Right"
input_a_btn_label = "C"
input_x_btn_label = "X"
input_l_btn_label = "Y"
input_r_btn_label = "Z"
input_l2_btn_label = "L1"
input_r2_btn_label = "R1"
input_start_btn_label = "Start"
input_menu_toggle_btn_label = "Start+L"