hi.
im using batocera with 2 dualshock 4 controllers.
each one has 3 entries in /dev/input:
/dev/input/eventXX
/dev/input/eventYY
/dev/input/eventZZ
and
/dev/input/eventAA
/dev/input/eventBB
/dev/input/eventCC
i would like to pass only /dev/input/eventZZ and /dev/input/eventCC
i’ve tried to add
input = /dev/input/eventZZ
input = /dev/input/eventCC
to moonlight.conf, but the first entry gets removed.
is there a way to fix it, preferably without messing with moonlightConfig.py?