Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    Qui a une 8bitdo ?

    Recalbox Général
    8bitdo
    26
    140
    70352
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • digitaLumberjack
      digitaLumberjack Staff last edited by

      Je vais devoir faire le switch du driver sdl2 sur le nom de la manette. Ce que je voulais eviter au debut, car "Bluetooth Controller " c'est assez standard... Mais bon on part la dessus... Donc je vais avoir besoin pour chaque manette, du nom qui est inscrit dans le fichier input.cfg de emulation station (le nom exact avec les espaces etc genre : "Bluetooth Wireless Controller "

      1 Reply Last reply Reply Quote 0
      • razar
        razar last edited by

        Salut, désolé pour ce retard de retour par rapport à ta demande @digitalLumberjack. Lorsque j’appaire ma NES30 Pro en BT voici le nom qui apparait :   01:03:69:54:60:01 8Bitdo NES30 Pro Si une règle est apparue dans le fichier /etc/udev/rules.d/99-8bitdo.rules voici ce que j'ai dans ce fichier après scan bt et message manette associée : SUBSYSTEM=="input", ATTRS{uniq}=="01:03:69:54:60:01", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1" Pour le fichier es_input.cfg (désolé je ne sais pas ce que tu as besoin donc j'ai tout copier/coller) <?xml version="1.0"?> <inputList> _    <inputConfig type="keyboard" deviceName="Keyboard" deviceGUID="-1">_ _        <input name="a" type="key" id="115" value="1" />_ _        <input name="b" type="key" id="97" value="1" />_ _        <input name="down" type="key" id="1073741905" value="1" />_ _        <input name="left" type="key" id="1073741904" value="1" />_ _        <input name="pagedown" type="key" id="1073741902" value="1" />_ _        <input name="pageup" type="key" id="1073741899" value="1" />_ _        <input name="right" type="key" id="1073741903" value="1" />_ _        <input name="select" type="key" id="32" value="1" />_ _        <input name="start" type="key" id="13" value="1" />_ _        <input name="up" type="key" id="1073741906" value="1" />_ _    </inputConfig>_ _    <inputConfig type="joystick" deviceName="GPIO Controller 1" deviceGUID="15000000010000000100000000010000">_ _        <input name="a" type="button" id="1" value="1" />_ _        <input name="b" type="button" id="0" value="1" />_ _        <input name="hotkey" type="button" id="6" value="1" />_ _        <input name="pagedown" type="button" id="5" value="1" />_ _        <input name="pageup" type="button" id="4" value="1" />_ _        <input name="select" type="button" id="6" value="1" />_ _        <input name="start" type="button" id="7" value="1" />_ _        <input name="x" type="button" id="2" value="1" />_ _        <input name="y" type="button" id="3" value="1" />_ _        <input name="down" type="axis" id="1" value="1" />_ _        <input name="left" type="axis" id="0" value="-1" />_ _        <input name="right" type="axis" id="0" value="1" />_ _        <input name="up" type="axis" id="1" value="-1" />_ _    </inputConfig>_ _    <inputConfig type="joystick" deviceName="GPIO Controller 2" deviceGUID="15000000010000000200000000010000">_ _        <input name="a" type="button" id="1" value="1" />_ _        <input name="b" type="button" id="0" value="1" />_ _        <input name="hotkey" type="button" id="6" value="1" />_ _        <input name="pagedown" type="button" id="5" value="1" />_ _        <input name="pageup" type="button" id="4" value="1" />_ _        <input name="select" type="button" id="6" value="1" />_ _        <input name="start" type="button" id="7" value="1" />_ _        <input name="x" type="button" id="2" value="1" />_ _        <input name="y" type="button" id="3" value="1" />_ _        <input name="down" type="axis" id="1" value="1" />_ _        <input name="left" type="axis" id="0" value="-1" />_ _        <input name="right" type="axis" id="0" value="1" />_ _        <input name="up" type="axis" id="1" value="-1" />_ _    </inputConfig>_ _    <inputConfig type="joystick" deviceName="Broadcom Bluetooth Wireless  Joystick                        " deviceGUID="0500000042726f6164636f6d20426c00">_ _        <input name="a" type="button" id="2" value="1" />_ _        <input name="b" type="button" id="1" value="1" />_ _        <input name="down" type="hat" id="0" value="4" />_ _        <input name="hotkey" type="button" id="8" value="1" />_ _        <input name="joystick1left" type="axis" id="0" value="-1" />_ _        <input name="joystick1up" type="axis" id="1" value="-1" />_ _        <input name="joystick2left" type="axis" id="2" value="-1" />_ _        <input name="joystick2up" type="axis" id="3" value="-1" />_ _        <input name="l2" type="button" id="6" value="1" />_ _        <input name="left" type="hat" id="0" value="8" />_ _        <input name="pagedown" type="button" id="5" value="1" />_ _        <input name="pageup" type="button" id="4" value="1" />_ _        <input name="r2" type="button" id="7" value="1" />_ _        <input name="right" type="hat" id="0" value="2" />_ _        <input name="select" type="button" id="8" value="1" />_ _        <input name="start" type="button" id="9" value="1" />_ _        <input name="up" type="hat" id="0" value="1" />_ _        <input name="x" type="button" id="3" value="1" />_ _        <input name="y" type="button" id="0" value="1" />_ _    </inputConfig>_ _    <inputConfig type="joystick" deviceName="Bluetooth Wireless Controller   " deviceGUID="05000000202800000900000000010000">_ _        <input name="a" type="button" id="0" value="1" />_ _        <input name="b" type="button" id="1" value="1" />_ _        <input name="down" type="axis" id="1" value="1" />_ _        <input name="hotkey" type="button" id="10" 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="10" value="1" />_ _        <input name="start" type="button" id="11" value="1" />_ _        <input name="up" type="axis" id="1" value="-1" />_ _        <input name="x" type="button" id="3" value="1" />_ _        <input name="y" type="button" id="4" value="1" />_ _    </inputConfig>_ _    <inputConfig type="joystick" deviceName="NES30              NES30 Joystick" deviceGUID="030000003512000012ab000010010000">_ _        <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="hotkey" type="button" id="6" 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="6" value="1" />_ _        <input name="start" type="button" id="7" value="1" />_ _        <input name="up" type="axis" id="1" value="-1" />_ _        <input name="x" type="button" id="0" value="1" />_ _        <input name="y" type="button" id="3" value="1" />_ _    </inputConfig>_ _    <inputConfig type="joystick" deviceName="szmy-power Ltd.  Joypad  " deviceGUID="05000000103800000900000000010000">_ _        <input name="a" type="button" id="0" value="1" />_ _        <input name="b" type="button" id="1" value="1" />_ _        <input name="down" type="hat" id="0" value="4" />_ _        <input name="hotkey" type="button" id="13" value="1" />_ _        <input name="joystick1left" type="axis" id="0" value="-1" />_ _        <input name="joystick1up" type="axis" id="1" value="-1" />_ _        <input name="joystick2left" type="axis" id="2" value="-1" />_ _        <input name="joystick2up" type="axis" id="3" value="-1" />_ _        <input name="l2" type="button" id="8" value="1" />_ _        <input name="l3" type="button" id="13" value="1" />_ _        <input name="left" type="hat" id="0" value="8" />_ _        <input name="pagedown" type="button" id="7" value="1" />_ _        <input name="pageup" type="button" id="6" value="1" />_ _        <input name="r2" type="button" id="9" value="1" />_ _        <input name="r3" type="button" id="14" value="1" />_ _        <input name="right" type="hat" id="0" value="2" />_ _        <input name="select" type="button" id="10" value="1" />_ _        <input name="start" type="button" id="11" value="1" />_ _        <input name="up" type="hat" id="0" value="1" />_ _        <input name="x" type="button" id="3" value="1" />_ _        <input name="y" type="button" id="4" value="1" />_ _    </inputConfig>_ _    <inputConfig type="joystick" deviceName="8Bitdo FC30 Pro    8Bitdo FC30 Pro" deviceGUID="03000000021000000090000011010000">_ _        <input name="a" type="button" id="0" value="1" />_ _        <input name="b" type="button" id="1" value="1" />_ _        <input name="down" type="hat" id="0" value="4" />_ _        <input name="hotkey" type="button" id="13" value="1" />_ _        <input name="joystick1left" type="axis" id="0" value="-1" />_ _        <input name="joystick1up" type="axis" id="1" value="-1" />_ _        <input name="joystick2left" type="axis" id="2" value="-1" />_ _        <input name="joystick2up" type="axis" id="3" value="-1" />_ _        <input name="l2" type="button" id="8" value="1" />_ _        <input name="l3" type="button" id="13" value="1" />_ _        <input name="left" type="hat" id="0" value="8" />_ _        <input name="pagedown" type="button" id="7" value="1" />_ _        <input name="pageup" type="button" id="6" value="1" />_ _        <input name="r2" type="button" id="9" value="1" />_ _        <input name="r3" type="button" id="14" value="1" />_ _        <input name="right" type="hat" id="0" value="2" />_ _        <input name="select" type="button" id="10" value="1" />_ _        <input name="start" type="button" id="11" value="1" />_ _        <input name="up" type="hat" id="0" value="1" />_ _        <input name="x" type="button" id="3" value="1" />_ _        <input name="y" type="button" id="4" value="1" />_ _    </inputConfig>_ _    <inputConfig type="joystick" deviceName="8Bitdo JoyStick    8Bitdo Joy    " deviceGUID="03000000008000000210000011010000">_ _        <input name="a" type="button" id="2" value="1" />_ _        <input name="b" type="button" id="1" value="1" />_ _        <input name="down" type="axis" id="1" value="1" />_ _        <input name="hotkey" type="button" id="8" value="1" />_ _        <input name="l2" type="button" id="6" 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="r2" type="button" id="7" 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" />_ _        <input name="x" type="button" id="3" value="1" />_ _        <input name="y" type="button" id="0" value="1" />_ _    </inputConfig>_ _    <inputConfig type="joystick" deviceName="Xbox Gamepad (userspace driver)" deviceGUID="0000000058626f782047616d65706100">_ _        <input name="a" type="button" id="1" value="1" />_ _        <input name="b" type="button" id="0" value="1" />_ _        <input name="down" type="hat" id="0" value="4" />_ _        <input name="hotkey" type="button" id="10" value="1" />_ _        <input name="joystick1left" type="axis" id="0" value="-1" />_ _        <input name="joystick1up" type="axis" id="1" value="-1" />_ _        <input name="joystick2left" type="axis" id="2" value="-1" />_ _        <input name="joystick2up" type="axis" id="3" value="-1" />_ _        <input name="l2" type="button" id="6" value="1" />_ _        <input name="l3" type="button" id="11" value="1" />_ _        <input name="left" type="hat" id="0" value="8" />_ _        <input name="pagedown" type="button" id="5" value="1" />_ _        <input name="pageup" type="button" id="4" value="1" />_ _        <input name="r2" type="button" id="7" value="1" />_ _        <input name="r3" type="button" id="12" value="1" />_ _        <input name="right" type="hat" id="0" value="2" />_ _        <input name="select" type="button" id="8" value="1" />_ _        <input name="start" type="button" id="9" value="1" />_ _        <input name="up" type="hat" id="0" value="1" />_ _        <input name="x" type="button" id="3" value="1" />_ _        <input name="y" type="button" id="2" value="1" />_ _    </inputConfig>_ _    <inputConfig type="joystick" deviceName="Xbox 360 Wireless Receiver (XBOX)" deviceGUID="030000005e0400009102000007010000">_ _        <input name="a" type="button" id="1" value="1" />_ _        <input name="b" type="button" id="0" value="1" />_ _        <input name="down" type="button" id="14" value="1" />_ _        <input name="hotkey" type="button" id="8" value="1" />_ _        <input name="joystick1left" type="axis" id="0" value="-1" />_ _        <input name="joystick1up" type="axis" id="1" value="-1" />_ _        <input name="joystick2left" type="axis" id="3" value="-1" />_ _        <input name="joystick2up" type="axis" id="4" value="-1" />_ _        <input name="l2" type="axis" id="2" value="1" />_ _        <input name="l3" type="button" id="9" value="1" />_ _        <input name="left" type="button" id="11" value="1" />_ _        <input name="pagedown" type="button" id="5" value="1" />_ _        <input name="pageup" type="button" id="4" value="1" />_ _        <input name="r2" type="axis" id="5" value="1" />_ _        <input name="r3" type="button" id="10" value="1" />_ _        <input name="right" type="button" id="12" value="1" />_ _        <input name="select" type="button" id="6" value="1" />_ _        <input name="start" type="button" id="7" value="1" />_ _        <input name="up" type="button" id="13" value="1" />_ _        <input name="x" type="button" id="3" value="1" />_ _        <input name="y" type="button" id="2" value="1" />_ _    </inputConfig>_ _    <inputConfig type="joystick" deviceName="PLAYSTATION(R)3 Controller (00:48:E8:D1:63:25)" deviceGUID="060000004c0500006802000000010000">_ _        <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="hotkey" type="button" id="16" value="1" />_ _        <input name="joystick1left" type="axis" id="0" value="-1" />_ _        <input name="joystick1up" type="axis" id="1" value="-1" />_ _        <input name="joystick2left" type="axis" id="2" value="-1" />_ _        <input name="joystick2up" type="axis" id="3" value="-1" />_ _        <input name="l2" type="button" id="8" value="1" />_ _        <input name="l3" type="button" id="1" 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="r2" type="button" id="9" value="1" />_ _        <input name="r3" type="button" id="2" 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" />_ _        <input name="x" type="button" id="12" value="1" />_ _        <input name="y" type="button" id="15" value="1" />_ _    </inputConfig>_ _    <inputConfig type="joystick" deviceName="DragonRise Inc.   Generic   USB  Joystick  " deviceGUID="03000000790000000600000010010000">_ _        <input name="a" type="button" id="1" value="1" />_ _        <input name="b" type="button" id="2" value="1" />_ _        <input name="down" type="hat" id="0" value="4" />_ _        <input name="hotkey" type="button" id="8" value="1" />_ _        <input name="joystick1left" type="axis" id="0" value="-1" />_ _        <input name="joystick1up" type="axis" id="1" value="-1" />_ _        <input name="joystick2left" type="axis" id="3" value="-1" />_ _        <input name="joystick2up" type="axis" id="4" value="-1" />_ _        <input name="l2" type="button" id="6" value="1" />_ _        <input name="l3" type="button" id="10" value="1" />_ _        <input name="left" type="hat" id="0" value="8" />_ _        <input name="pagedown" type="button" id="5" value="1" />_ _        <input name="pageup" type="button" id="4" value="1" />_ _        <input name="r2" type="button" id="7" value="1" />_ _        <input name="r3" type="button" id="11" value="1" />_ _        <input name="right" type="hat" id="0" value="2" />_ _        <input name="select" type="button" id="8" value="1" />_ _        <input name="start" type="button" id="9" value="1" />_ _        <input name="up" type="hat" id="0" value="1" />_ _        <input name="x" type="button" id="0" value="1" />_ _        <input name="y" type="button" id="3" value="1" />_ _    </inputConfig>_ _    <inputConfig type="joystick" deviceName="Mega World" deviceGUID="03000000b50700000399000000010000">_ _        <input name="a" type="button" id="4" value="1" />_ _        <input name="b" type="button" id="2" value="1" />_ _        <input name="down" type="axis" id="1" value="1" />_ _        <input name="hotkey" type="button" id="10" value="1" />_ _        <input name="l2" type="button" id="7" value="1" />_ _        <input name="left" type="axis" id="0" value="-1" />_ _        <input name="pagedown" type="button" id="8" value="1" />_ _        <input name="pageup" type="button" id="6" value="1" />_ _        <input name="r2" type="button" id="9" value="1" />_ _        <input name="right" type="axis" id="0" value="1" />_ _        <input name="select" type="button" id="11" value="1" />_ _        <input name="start" type="button" id="1" value="1" />_ _        <input name="up" type="axis" id="1" value="-1" />_ _        <input name="x" type="button" id="5" value="1" />_ _        <input name="y" type="button" id="3" value="1" />_ _    </inputConfig>_ _    <inputConfig type="joystick" deviceName="Microsoft X-Box 360 pad" deviceGUID="030000005e0400008e02000014010000">_ _        <input name="a" type="button" id="1" value="1" />_ _        <input name="b" type="button" id="0" value="1" />_ _        <input name="down" type="hat" id="0" value="4" />_ _        <input name="hotkey" type="button" id="8" value="1" />_ _        <input name="joystick1left" type="axis" id="0" value="-1" />_ _        <input name="joystick1up" type="axis" id="1" value="-1" />_ _        <input name="joystick2left" type="axis" id="3" value="-1" />_ _        <input name="joystick2up" type="axis" id="4" value="-1" />_ _        <input name="l2" type="axis" id="2" value="1" />_ _        <input name="l3" type="button" id="9" value="1" />_ _        <input name="left" type="hat" id="0" value="8" />_ _        <input name="pagedown" type="button" id="5" value="1" />_ _        <input name="pageup" type="button" id="4" value="1" />_ _        <input name="r2" type="axis" id="5" value="1" />_ _        <input name="r3" type="button" id="10" value="1" />_ _        <input name="right" type="hat" id="0" value="2" />_ _        <input name="select" type="button" id="6" value="1" />_ _        <input name="start" type="button" id="7" value="1" />_ _        <input name="up" type="hat" id="0" value="1" />_ _        <input name="x" type="button" id="3" value="1" />_ _        <input name="y" type="button" id="2" value="1" />_ _    </inputConfig>_ _    <inputConfig type="joystick" deviceName="Xbox Gamepad (userspace driver)" deviceGUID="0000000058626f782047616d65706100">_ _        <input name="a" type="button" id="1" value="1" />_ _        <input name="b" type="button" id="0" value="1" />_ _        <input name="down" type="hat" id="0" value="4" />_ _        <input name="hotkey" type="button" id="10" value="1" />_ _        <input name="joystick1left" type="axis" id="0" value="-1" />_ _        <input name="joystick1up" type="axis" id="1" value="-1" />_ _        <input name="joystick2left" type="axis" id="2" value="-1" />_ _        <input name="joystick2up" type="axis" id="3" value="-1" />_ _        <input name="l2" type="button" id="6" value="1" />_ _        <input name="l3" type="button" id="11" value="1" />_ _        <input name="left" type="hat" id="0" value="8" />_ _        <input name="pagedown" type="button" id="5" value="1" />_ _        <input name="pageup" type="button" id="4" value="1" />_ _        <input name="r2" type="button" id="7" value="1" />_ _        <input name="r3" type="button" id="12" value="1" />_ _        <input name="right" type="hat" id="0" value="2" />_ _        <input name="select" type="button" id="8" value="1" />_ _        <input name="start" type="button" id="9" value="1" />_ _        <input name="up" type="hat" id="0" value="1" />_ _        <input name="x" type="button" id="3" value="1" />_ _        <input name="y" type="button" id="2" value="1" />_ _    </inputConfig>_ _    <inputConfig type="joystick" deviceName="Sony Computer Entertainment Wireless Controller" deviceGUID="030000004c050000c405000011010000">_ _        <input name="a" type="button" id="2" value="1" />_ _        <input name="b" type="button" id="1" value="1" />_ _        <input name="down" type="hat" id="0" value="4" />_ _        <input name="hotkey" type="button" id="12" value="1" />_ _        <input name="joystick1left" type="axis" id="0" value="-1" />_ _        <input name="joystick1up" type="axis" id="1" value="-1" />_ _        <input name="joystick2left" type="axis" id="2" value="-1" />_ _        <input name="joystick2up" type="axis" id="5" value="-1" />_ _        <input name="l2" type="button" id="6" value="1" />_ _        <input name="l3" type="button" id="10" value="1" />_ _        <input name="left" type="hat" id="0" value="8" />_ _        <input name="pagedown" type="button" id="5" value="1" />_ _        <input name="pageup" type="button" id="4" value="1" />_ _        <input name="r2" type="button" id="7" value="1" />_ _        <input name="r3" type="button" id="11" value="1" />_ _        <input name="right" type="hat" id="0" value="2" />_ _        <input name="select" type="button" id="8" value="1" />_ _        <input name="start" type="button" id="9" value="1" />_ _        <input name="up" type="hat" id="0" value="1" />_ _        <input name="x" type="button" id="3" value="1" />_ _        <input name="y" type="button" id="0" value="1" />_ _    </inputConfig>_ _    <inputConfig type="joystick" deviceName="Virtual gamepad" deviceGUID="03000000030000000300000002000000">_ _        <input name="a" type="button" id="0" value="1" />_ _        <input name="b" type="button" id="1" value="1" />_ _        <input name="down" type="axis" id="1" value="1" />_ _        <input name="hotkey" type="button" id="6" 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="6" value="1" />_ _        <input name="start" type="button" id="7" value="1" />_ _        <input name="up" type="axis" id="1" value="-1" />_ _        <input name="x" type="button" id="2" value="1" />_ _        <input name="y" type="button" id="3" value="1" />_ _    </inputConfig>_ _    <inputConfig type="joystick" deviceName="8Bitdo NES30 Pro   8Bitdo NES30 Pro" deviceGUID="03000000022000000090000011010000">_ _        <input name="a" type="button" id="0" value="1" />_ _        <input name="b" type="button" id="1" value="1" />_ _        <input name="down" type="hat" id="0" value="4" />_ _        <input name="hotkey" type="button" id="13" value="1" />_ _        <input name="joystick1left" type="axis" id="0" value="-1" />_ _        <input name="joystick1up" type="axis" id="1" value="-1" />_ _        <input name="joystick2left" type="axis" id="2" value="-1" />_ _        <input name="joystick2up" type="axis" id="3" value="-1" />_ _        <input name="l2" type="button" id="8" value="1" />_ _        <input name="l3" type="button" id="13" value="1" />_ _        <input name="left" type="hat" id="0" value="8" />_ _        <input name="pagedown" type="button" id="7" value="1" />_ _        <input name="pageup" type="button" id="6" value="1" />_ _        <input name="r2" type="button" id="9" value="1" />_ _        <input name="r3" type="button" id="14" value="1" />_ _        <input name="right" type="hat" id="0" value="2" />_ _        <input name="select" type="button" id="10" value="1" />_ _        <input name="start" type="button" id="11" value="1" />_ _        <input name="up" type="hat" id="0" value="1" />_ _        <input name="x" type="button" id="3" value="1" />_ _        <input name="y" type="button" id="4" value="1" />_ _    </inputConfig>_ _    <inputConfig type="joystick" deviceName="Bluetooth Wireless Controller   " deviceGUID="05000000203800000900000000010000">_ _        <input name="a" type="button" id="0" value="1" />_ _        <input name="b" type="button" id="1" value="1" />_ _        <input name="down" type="hat" id="0" value="4" />_ _        <input name="hotkey" type="button" id="13" value="1" />_ _        <input name="joystick1left" type="axis" id="0" value="-1" />_ _        <input name="joystick1up" type="axis" id="1" value="-1" />_ _        <input name="joystick2left" type="axis" id="2" value="-1" />_ _        <input name="joystick2up" type="axis" id="3" value="-1" />_ _        <input name="l2" type="button" id="8" value="1" />_ _        <input name="l3" type="button" id="13" value="1" />_ _        <input name="left" type="hat" id="0" value="8" />_ _        <input name="pagedown" type="button" id="7" value="1" />_ _        <input name="pageup" type="button" id="6" value="1" />_ _        <input name="r2" type="button" id="9" value="1" />_ _        <input name="r3" type="button" id="14" value="1" />_ _        <input name="right" type="hat" id="0" value="2" />_ _        <input name="select" type="button" id="10" value="1" />_ _        <input name="start" type="button" id="11" value="1" />_ _        <input name="up" type="hat" id="0" value="1" />_ _        <input name="x" type="button" id="3" value="1" />_ _        <input name="y" type="button" id="4" value="1" />_ _    </inputConfig>_ </inputList> Pour le moment j'utilise en usb car toujours des soucis de mapping IG et la manette n'est pas toujours bien retenue ni fonctionnelle en bt.

        1 Reply Last reply Reply Quote 0
        • myop
          myop last edited by

          @digitalLumberjack et voilà pour la snes30 : <inputConfig type="joystick" deviceName="Bluetooth Wireless Controller   " deviceGUID="05000000202800000900000000010000"> <input name="a" type="button" id="0" value="1" /> <input name="b" type="button" id="1" value="1" /> <input name="down" type="axis" id="1" value="1" /> <input name="hotkey" type="button" id="10" 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="10" value="1" /> <input name="start" type="button" id="11" value="1" /> <input name="up" type="axis" id="1" value="-1" /> <input name="x" type="button" id="3" value="1" /> <input name="y" type="button" id="4" value="1" /> </inputConfig>

          1 Reply Last reply Reply Quote 0
          • didlith
            didlith last edited by

            hello si besoin j'ai toujours ma Nes30Pro sous firmware 1.63 je suis souvent sur l'IRC donc hésite pas

            1 Reply Last reply Reply Quote 0
            • zarakiel
              zarakiel last edited by

              De mon côté voici ce que j'ai dans le es_input.cfg Lorsque les manettes (NES30PRO 1.63) sont connectées par le menu d'EmulationStation (car elles ne se connectent pas toutes seules) : deviceName="Bluetooth Wireless Controller " deviceGUID="05000000203800000900000000010000" Une fois connectée la 1ère fois, si j'éteins la manette, que je la rallume, elle se reconnecte toute seule sous ce nom : deviceName="szmy-power Ltd. Joypad " deviceGUID="05000000203800000900000000010000" (J'ai dû refaire la config des touches pour voir le nom apparaître dans es_input)   @digitalLumberjack tu as besoin d'autres choses ? 🙂

              1 Reply Last reply Reply Quote 0
              • digitaLumberjack
                digitaLumberjack Staff last edited by

                Des retours sur la beta 5 ?

                1 Reply Last reply Reply Quote 0
                • myop
                  myop last edited by

                  Ca fonctionne parfaitement pour moi et sans passer par la configuration manette Chapeau!

                  1 Reply Last reply Reply Quote 0
                  • digitaLumberjack
                    digitaLumberjack Staff last edited by

                    Héhé enfin.

                    1 Reply Last reply Reply Quote 0
                    • maxime-durr
                      maxime-durr last edited by

                      Salut à tous, depuis la 3.3.0 bêta 4, j'ai réussi a connecter ma manette FC30 avec succès, sauf que entre temps j'ai reçu ma NES30 pour que je puisse jouer avec ma copine, donc dans les menus, les deux fonctionnent nickel, mais une fois dans un jeu, impossible de jouer, le keymapping n'est jamais bon. Après j'ai fait la mise à jour de la bêta 5 et j'ai toujours le problème, donc je suis retourné sur la bêta 2 et ça fonctionne nickel avec les deux 8bitdo. Voilà, a+.

                      1 Reply Last reply Reply Quote 0
                      • digitaLumberjack
                        digitaLumberjack Staff last edited by

                        Nes 30 dans le dernier firmware et demarré en Start + r Maxime ?

                        1 Reply Last reply Reply Quote 0
                        • maxime-durr
                          maxime-durr last edited by

                          Exactement ! sur les deux manettes.

                          1 Reply Last reply Reply Quote 0
                          • razar
                            razar last edited by

                            Salut, Je fais un petit retour sur la beta5 par rapport à ma NES30 pro, en usb fonctionne nickel, en bt elle est reconnue mais soucis de mapping dans le jeux. EDIT : en fait j'ai un problème de mapping en usb également dans certains jeux (style mario all-satr). Bon je vais le refaire manuellement ^^ EDIT 2 : bon ben même manuellement ça déconne lol (pas le temps de faire plus de test ce soir, je verrai ça demain)

                            1 Reply Last reply Reply Quote 0
                            • myop
                              myop last edited by

                              Precisions de mon cote j ai tout d abord allume ma manette (start + r) et elle s est connectee tout seule. elle etait reconnu comme szmy ... Le mapping des touches n etait pas bon comme sur l'ancienne beta je l ai donc eteinte, j ai lance la recherche des periph bluetooth, re allume (start + r) et  reappaire la manette elle est maintenant reconnue en bluetooth wireless controller ou un truc du genre et le mapping est bon

                              1 Reply Last reply Reply Quote 0
                              • digitaLumberjack
                                digitaLumberjack Staff last edited by

                                Beta 7 sortie avec le script de reconnexion auto. Need beta testers. Si vous faites une update, pensez a ajouter controllers.bluetooth.enabled=1 dans votre recalbox.conf

                                1 Reply Last reply Reply Quote 0
                                • reivaax
                                  reivaax last edited by

                                  Je test ça dans la journée retroboy :). Merci l'ami 🙂

                                  1 Reply Last reply Reply Quote 0
                                  • acris
                                    acris last edited by

                                    C'est quoi ce paramètre @DigitaLumberjack, ça serait bien d'avoir des explications du pourquoi comment....

                                    1 Reply Last reply Reply Quote 0
                                    • reivaax
                                      reivaax last edited by

                                      C’est quoi ce paramètre @DigitaLumberjack, ça serait bien d’avoir des explications du pourquoi comment….

                                      @Acris, en gros si j'ai bien compris, la beta 7 apporte l'ajout d'un script de reconnexion auto des manettes BT. Car pour beaucoup d'utilisateurs, autant on arrivait à faire la sync avec les manettes bt, autant au redemarrage d'après, il fallait refaire la manip à nouveau. En gros comme si la manette n'avait jamais été appareillée... Donc la il y a un script au démarrage qui se lance pour forcer le ré appareillage des pad bt précédemment sync.... Et donc soit tu fais une installation neuve de la beta 7 et donc tu auras l'option d'activée, soit tu fait une maj et vu que le fichier recalbox.conf n'est pas écrasé pendant les maj, il faut ajouter la variable controllers.bluetooth.enabled=1 dedans pour activer le script...

                                      1 Reply Last reply Reply Quote 0
                                      • myop
                                        myop last edited by

                                        Hello de mon coté impossible de connecter ma manette 8bitdo en bluetooth avec la beta 7 quand je lance la recherche de peripherique bluetooth ca indique recherche en cours un quart de seconde et "aucune manette détectée" quasiment dans la foulee je doute qu une vraie recherche soit faite en aussi peu de temps 😞

                                        1 Reply Last reply Reply Quote 0
                                        • acris
                                          acris last edited by

                                          Bonjour tu as ajouté ceci dans ton fichier recalbox.conf comme indiqué plus haut : controllers.bluetooth.enabled=1 surtout si tu as fait un update de 6 vers 7

                                          1 Reply Last reply Reply Quote 0
                                          • myop
                                            myop last edited by

                                            @acris je suis passé de la 5 a la 7 et apres verif ca figurait deja sur mon recalbox.conf Merci

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Want to support us ?

                                            79
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com