Hello,
In RA I configure my controller Inputs to map all my buttons the way I want - works great, can play games. (This is in the Main Menu / Settings / Inputs panel). I then Save the Input settings – I see the file created correctly for my controller.
I re-start RetroArch and it DOES NOT LOAD these mappings. I cannot figure out why! No matter what I do the mappings do not automatically reload when I restart RA. Contents of the cfg file are below. Help!
input_driver = “udev” input_device = “HID 0838:8918” input_device_display_name = “AtGames Legends Utimate Control Panel” input_vendor_id = “2104” input_product_id = “35096”
input_a_btn = “2” input_a_btn_label = “B” input_b_btn = “1” input_a_btn_label = “A” input_x_btn = “3” input_a_btn_label = “Y” input_y_btn = “0” input_a_btn_label = “X”
input_select_btn = “6” input_select_btn_label = “Back” input_start_btn = “9” input_start_btn_label = “P1”
input_l_btn = “5” input_l_btn_label = “Z” input_r_btn = “7” input_l_btn_label = “C”
input_up_btn = “h0up” input_up_btn_label = “Joystick Up” input_down_btn = “h0down” input_down_btn_label = “Joystick Down” input_left_btn = “h0left” input_left_btn_label = “Joystick Left” input_right_btn = “h0right” input_right_btn_label = “Joystick Right”
input_l2_axis = “+2” input_r2_axis = “+5” 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_axis = “+3” input_r_x_minus_axis = “-3” input_r_y_plus_axis = “+4” input_r_y_minus_axis = “-4”