flathub / org.DolphinEmu.dolphin-emu

https://flathub.org/apps/details/org.DolphinEmu.dolphin-emu
17 stars 18 forks source link

Enable hidapi for native Steam Deck controller support #268

Closed tomfitzhenry closed 3 weeks ago

tomfitzhenry commented 3 weeks ago

https://github.com/dolphin-emu/dolphin/pull/11779 added Steam Deck support, which relies on https://github.com/libusb/hidapi.

It'd be great if this flatpak was built with hidapi, so the native Steam Deck controller support was available.

tomfitzhenry commented 3 weeks ago

Ah, looks like Steam Deck controller not working in latest Dolphin is a known issue: https://bugs.dolphin-emu.org/issues/13612

Looks like the SDL driver is preferred now, so I guess hidapi shouldn't be enabled?

cpba commented 3 weeks ago

Looks like the SDL driver is preferred now, so I guess hidapi shouldn't be enabled?

Maybe, but to be honest, this just looks like some run of the mill regression.

I don't have a steam deck so I can't do any actual testing, but it's most likely something silly like a device getting a slightly different name with the new version.