Retro-Arena / RetroArena-Setup

RetroArena-Setup is a custom fork of RetroPie for Odroid N2, Odroid XU4, and RockPro64.
https://theretroarena.com
GNU General Public License v3.0
56 stars 18 forks source link

Joy2key does not work #25

Closed ghost closed 5 years ago

ghost commented 5 years ago

I haven't had a chance to dig into the issue but it appears that joy2key doesn't even start on this board.

Stephenm64 commented 5 years ago

Going to look into this a little bit today.

Stephenm64 commented 5 years ago

Looking into the function of joy2key it was depending on a missing interface: /dev/input/jsX

Enabled two options in kernel and the issue is resolved: INPUT_JOYDEV [=y] JOYSTICK_ANALOG [=y]

Closing.