Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › es_infut.cfg / deviceGUID
- This topic has 4 replies, 1 voice, and was last updated 10 years, 3 months ago by Thomas.
-
AuthorPosts
-
08/03/2014 at 13:47 #23947ThomasGuest
es creates a inputconfig for my ps3 controller and my snes to usb adapter
<inputConfig type=”joystick” deviceName=”HuiJia USB GamePad” deviceGUID=”030000008f0e00001330000010010000″>
<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>
<inputConfig type=”joystick” deviceName=”Sony PLAYSTATION(R)3 Controller” deviceGUID=”030000004c0500006802000011010000″>
<input name=”a” type=”button” id=”13″ value=”1″ />
<input name=”b” type=”button” id=”14″ value=”1″ />
<input name=”down” type=”button” id=”6″ value=”1″ />
<input name=”left” type=”button” id=”7″ value=”1″ />
<input name=”pagedown” type=”button” id=”11″ value=”1″ />
<input name=”pageup” type=”button” id=”10″ value=”1″ />
<input name=”right” type=”button” id=”5″ value=”1″ />
<input name=”select” type=”button” id=”0″ value=”1″ />
<input name=”start” type=”button” id=”3″ value=”1″ />
<input name=”up” type=”button” id=”4″ value=”1″ />
</inputConfig>but i want a config for my retrolink usb snes controller!
the name is “USB Gamepad” or “USB Gamepad ” but i cant find the device GUID to create my own config like this<inputConfig type=”joystick” deviceName=”USB Gamepad” deviceGUID=”how can i find this?”>
<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=”5″ value=”1″ />
<input name=”pageup” type=”button” id=”4″ 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>08/03/2014 at 18:35 #24037trimmtrabbParticipantHi, this thread may help you, specifically post #8
08/03/2014 at 20:15 #24079ThomasGuestwhich post?
08/03/2014 at 21:55 #24116trimmtrabbParticipantlol forgot to paste the link oops..
08/03/2014 at 23:29 #24140ThomasGuestthe name of my retrolink snes usb gamepad is “USB Gamepad ”
/opt/retropie/emulators/RetroArch/configs
input_device = “USB Gamepad ”
input_driver = “udev”
input_b_btn = “2”
input_y_btn = “3”
input_select_btn = “8”
input_start_btn = “9”
input_up_axis = “-1”
input_down_axis = “+1”
input_left_axis = “-0”
input_right_axis = “+0”
input_a_btn = “1”
input_x_btn = “0”
input_l_btn = “6”
input_r_btn = “7”input_enable_hotkey_btn = “8”
input_exit_emulator_btn = “9”
input_menu_toggle_btn = “0”
input_load_state_btn = “6”
input_save_state_btn = “7”
input_state_slot_increase_axis = “+0”
input_state_slot_decrease_axis = “-0”
input_reset_btn = “2”/home/pi/.emulationstation
<?xml version=”1.0″?>
<inputList>
<inputConfig type=”joystick” deviceName=”USB HID v1.10 Joystick [USB Gamepad ]”>
<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=”5″ value=”1″ />
<input name=”pageup” type=”button” id=”4″ 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>
<inputConfig type=”joystick” deviceName=”USB Gamepad “>
<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=”5″ value=”1″ />
<input name=”pageup” type=”button” id=”4″ 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>
</inputList>does not work…
but
<inputConfig type=”joystick” deviceName=”Sony PLAYSTATION(R)3 Controller” deviceGUID=”030000004c0500006802000011010000″>
<input name=”a” type=”button” id=”13″ value=”1″ />
<input name=”b” type=”button” id=”14″ value=”1″ />
<input name=”down” type=”button” id=”6″ value=”1″ />
<input name=”left” type=”button” id=”7″ value=”1″ />
<input name=”pagedown” type=”button” id=”11″ value=”1″ />
<input name=”pageup” type=”button” id=”10″ value=”1″ />
<input name=”right” type=”button” id=”5″ value=”1″ />
<input name=”select” type=”button” id=”0″ value=”1″ />
<input name=”start” type=”button” id=”3″ value=”1″ />
<input name=”up” type=”button” id=”4″ value=”1″ />
</inputConfig>this works with the ps3 usb controller…
but i need the snes controller to work…
hilfe…
-
AuthorPosts
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.