Je remets le sujet sur la table car je ne peux toujours pas utiliser mon adaptateur usb-manettes gamecube sur batocera. Il est utilisable seulement avec Dolphin.
Dans les docs de Dolphin, j’ai trouvé ceci :
https://fr.dolphin-emu.org/docs/guides/how-use-official-gc-controller-adapter-wii-u/
Linux
Linux support does not require any special drivers, as long as Dolphin was built with libusb support. However, a udev rule must be created to allow access to the device.
Paste the following in the /etc/udev/rules.d/51-gcadapter.rules file (/lib/udev/rules.d/51-gcadapter.rules if making a package):
SUBSYSTEM==“usb”, ENV{DEVTYPE}==“usb_device”, ATTRS{idVendor}==“057e”, ATTRS{idProduct}==“0337”, MODE=“0666”
Reload udev rules with: sudo udevadm control –reload-rules
Then re-insert the adapter. Dolphin should now detect it in the controller settings (refer to #Dolphin Setup below).
If you want to change the rule, links for instructions are available on the libusb FAQ.
mais je n’y comprend rien en programmation,
comment puis-je faire pour que ES et autres émulateurs détecte mon adaptateur USB, et pas que Dolphin?
merci d’avance à une âme charitable qui pourrait m’aiguiller.