2017-07-21, 22:28
I'm hoping I'm missing something simple here, I've got a PS4 DualShock controller, it works in Kodi to browse and when I launch the emulators the left/right directionals trigger like a rewind and forward and none of the buttons are picked up in the actual game itself. I've gotten the appropriate peripheral.joystick file from: https://github.com/xbmc/peripheral.joyst...13b_8a.xml, and joystick.xml, slightly modified from https://raw.githubusercontent.com/xbmc/x...ystick.xml. Tried adding some noops for the SNES as a test bed:
<joystick profile="game.controller.snes">
<a>noop</a>
<b>noop</b>
<down>noop</down>
<left>noop</left>
<leftbumper>noop</leftbumper>
<right>noop</rightbumber>
<select>noop</select>
<start>noop</start>
<up>noop</up>
<x>noop</x>
<y>noop</y>
</joystick>
Yet still no luck.
Help?
<joystick profile="game.controller.snes">
<a>noop</a>
<b>noop</b>
<down>noop</down>
<left>noop</left>
<leftbumper>noop</leftbumper>
<right>noop</rightbumber>
<select>noop</select>
<start>noop</start>
<up>noop</up>
<x>noop</x>
<y>noop</y>
</joystick>
Yet still no luck.
Help?