Here what the controls menu shows and below that is the Retro-Bit_8Bitdo_RB8-64_USB.cfg.
Whats going on in the left column? Some start with “Auto:” some don’t. All the buttons say “User #1 RB8-64” under each one, even the ones without “Auto:” in front. The stuff in the parenthesis is strange too. What is (left), what is (btn), and what is (hat)? HAT generally has 4 directions. Why would B be described as (btn) while Y button is described as (left)?
And whats going on in the right column? Where are the button labels from the .cfg file? What is the stuff in the parenthesis supposed to mean? A Button (C-Down)??? What is that? Left (digital)??? Dpad, hat, and digital? Those are all the same thing right? Why the different names?
This is ultra confusing. Please help!
Retro-Bit_8Bitdo_RB8-64_USB.cfg:
input_driver = “xinput”
input_device = "8Bitdo N64 "
input_device_display_name = “RB8-64”
Hex vid:pid and Decimal vid:pid is shown in the “log_verbosity” window, enable “log_verbosity” in retroarch.cfg
and run RetroArch.
Hex vid:pid = 2DC8:9002 -> Decimal vid:pid = 11720:36866
input_vendor_id = “11720”
input_product_id = “36866”
input_b_btn = “1”
input_start_btn = “11”
input_up_btn = “h0up”
input_down_btn = “h0down”
input_left_btn = “h0left”
input_right_btn = “h0right”
input_a_btn = “0”
input_l_btn = “6”
input_r_btn = “7”
input_l2_btn = “10”
input_l_x_plus_axis = “+0”
input_l_x_minus_axis = “-0”
input_l_y_plus_axis = “+1”
input_l_y_minus_axis = “-1”
input_r_x_plus_btn = “9”
input_r_x_minus_btn = “4”
input_r_y_plus_btn = “3”
input_r_y_minus_btn = “8”
input_b_btn_label = “B”
input_start_btn_label = “Start”
input_up_btn_label = “Dpad Up”
input_down_btn_label = “Dpad Down”
input_left_btn_label = “Dpad Left”
input_right_btn_label = “Dpad Right”
input_a_btn_label = “A”
input_l_btn_label = “L”
input_r_btn_label = “R”
input_l2_btn_label = “Z”
input_l_x_plus_axis_label = “Joystick Right”
input_l_x_minus_axis_label = “Joystick Left”
input_l_y_plus_axis_label = “Joystick Down”
input_l_y_minus_axis_label = “Joystick Up”
input_r_x_plus_btn_label = “C Right”
input_r_x_minus_btn_label = “C Left”
input_r_y_plus_btn_label = “C Down”
input_r_y_minus_btn_label = “C Up”