Feature request, enabling the additional sensors for the Nintendo Switch release.
It seems the linux drivers are already present, as the inputs sensors appear in /sys/bus/iio, but the RetroArch input driver present in Lakka does not handle these inputs.
There are some GameBoy Advance games that require these. (WarioWare Twisted, for example)
The RetroArch 'switch' input driver supports all three sensor types, but this input driver isn't present in Lakka. And may not even work, as it seems to rely on official APIs.
I'm not sure what the best route would be for getting these supported in Lakka. A modified input driver maybe?
For reference,
accelerometer
/sys/devices/7000da00.spi/spi_master/spi3/spi3.0/iio:device0
gyroscope
/sys/devices/7000da00.spi/spi_master/spi3/spi3.0/iio:device1
illuminance
/sys/devices/7000c400.i2c/i2c-1/1-0029/iio:device2
Feature request, enabling the additional sensors for the Nintendo Switch release.
It seems the linux drivers are already present, as the inputs sensors appear in /sys/bus/iio, but the RetroArch input driver present in Lakka does not handle these inputs.
There are some GameBoy Advance games that require these. (WarioWare Twisted, for example)
The RetroArch 'switch' input driver supports all three sensor types, but this input driver isn't present in Lakka. And may not even work, as it seems to rely on official APIs.
I'm not sure what the best route would be for getting these supported in Lakka. A modified input driver maybe?
For reference,