The latest master builds do not use SDL anymore (because it caused a lot of issues) and instead rely on evdev. Normally this should not change anything as far as Dolphin is concerned apart from the device (which has to be set to use evdev); however, in practice, the controllers won't show up in Dolphin because of permission issues. By default, the controller inputs are not readable/writable to Dolphin -- you need to
- configure udev to set permissions automatically
- or manually grant permissions to your user with chmod
I'm not sure if the latest 5.x builds have the commit that removes SDL. You could probably confirm that by checking the repo.
- configure udev to set permissions automatically
- or manually grant permissions to your user with chmod
I'm not sure if the latest 5.x builds have the commit that removes SDL. You could probably confirm that by checking the repo.
