Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › TwinUSB (PS/2 adapter) working in EmulationStation but not in RetroArch › Reply To: TwinUSB (PS/2 adapter) working in EmulationStation but not in RetroArch
Here’s the content of the file:
input_device = “Twin USB Joystick”
input_driver = “udev”
input_b_btn = “0”
input_y_btn = “2”
input_select_btn = “8”
input_start_btn = “9”
input_up_btn = “h0up”
input_down_btn = “h0down”
input_left_btn = “h0left”
input_right_btn = “h0right”
input_a_btn = “1”
input_x_btn = “3”
input_l_btn = “4”
input_r_btn = “5”
input_l2_btn = “6”
input_r2_btn = “7”
And in file “es_input.cfg” I’ve:
<inputConfig type=”joystick” deviceName=”Twin USB Joystick” deviceGUID=”03000000100800000100000010010000″><input name=”a” type=”button” id=”1″ value=”1″/><input name=”b” type=”button” id=”2″ value=”1″/><input name=”down” type=”axis” id=”1″ value=”1″/><input name=”left” type=”axis” id=”0″ value=”-1″/><input name=”pagedown” type=”button” id=”7″ value=”1″/><input name=”pageup” type=”button” id=”6″ value=”1″/><input name=”right” type=”axis” id=”0″ value=”1″/><input name=”select” type=”button” id=”8″ value=”1″/><input name=”start” type=”button” id=”9″ value=”1″/><input name=”up” type=”axis” id=”1″ value=”-1″/></inputConfig>