Joystick Help
#1
I need help getting my NES controller (raphnet 4nes4snes to USB) to work with xbmc. I have the buttons working in the joystick.4nes.4snes.xml, but not the D-Pad. The axis code in the xml is working, but xbmc is reading each press on the D-Pad as multiple presses. I have tried <remoterepeat> and <controllerdeadzone> settings in advancedsettings.xml with no luck. Is there anyway to change the sensitivity of the controller axis? Or any other fix that I can do?

Here is my joystick.4nes.4snes.xml:

Code:
<keymap>
  <global>
    <joystick name="4nes4snes">
        <altname>Joystick 0</altname>
    <axis limit="+1" id="1">Right</axis>
    <axis limit="-1" id="1">Left</axis>
    <axis limit="+1" id="2">Down</axis>
    <axis limit="-1" id="2">Up</axis>
    <button id="5">ActivateWindow(shutdownmenu)</button>
    <button id="6">ContextMenu</button>
    <button id="7">Select</button>
    <button id="8">PreviousMenu</button>
    </joystick>
  </global>
</keymap>

Any help will be appreciated!
Reply
#2
Any ideas? bump
Reply

Logout Mark Read Team Forum Stats Members Help
Joystick Help0