2015-09-27, 17:02
In the emulators themselves and the GUI controller configurator the "right" and "up" value of the axis does not work.
I've checked it out using jstest-gtk, and the controllers are working fine.
Eventually I tried setting the values in the buttonmap.xml file manually, like so:
But this didn't seem to fix anything inside the emulator.
The device in question is known under these product & vendor ids: 081f:e401
Here's the amazon page: http://www.amazon.com/gp/product/B00FFL7...8&ps%20c=1
Is there anything else I can do to get this to work?[/php]
I've checked it out using jstest-gtk, and the controllers are working fine.
Eventually I tried setting the values in the buttonmap.xml file manually, like so:
Code:
<controller id="game.controller.snes">
<feature name="a" button="1" />
<feature name="b" button="2" />
<feature name="up" axis="-1" />
<feature name="down" axis="+1" />
<feature name="left" axis="-0" />
<feature name="right" axis="+0" />
<feature name="leftbumper" button="4" />
<feature name="rightbumper" button="5" />
<feature name="select" button="8" />
<feature name="start" button="9" />
<feature name="x" button="0" />
<feature name="y" button="3" />
</controller>
But this didn't seem to fix anything inside the emulator.
The device in question is known under these product & vendor ids: 081f:e401
Here's the amazon page: http://www.amazon.com/gp/product/B00FFL7...8&ps%20c=1
Is there anything else I can do to get this to work?[/php]