Actions
Emulator Issues #8781
closedevdev controller unique identifier changes on reboot.
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Current
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
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.
Actions