Emulator Issues #8781
closedevdev controller unique identifier changes on reboot.
0%
Description
Hi returning from holiday I compiled the latest git I get some trouble with my gamepad under linux.
Previously the gamepad wad detected via sdl so i had for example :
SDL/0/x360 gamepad
SDL/1/x360 gamepad
and this wasn't changing on reboot or plug/replug the gamepad so everything worked fine.
Now gamepad are detected via evdev so I got :
evdev/0/x360 gamepad
evdev/1/x360 gamepad
the problem is the order change at reboot or when i plug/unplug the gamepad
for example sometimes i got :
evdev/2/x360 gamepad
So my controller become unusable as there are now longer detected by the game.
As i use dolphin with no gui on a kodi htpc i can't everytime go to the setup and change the gamepad setting.
Updated by JosJuice over 9 years ago
- Status changed from Accepted to Fix pending
- Milestone set to Current
Fixed and merged in master, but not in stable yet. https://github.com/dolphin-emu/dolphin/pull/2794