protonscr

Support Official Nintendo GameCube Adapter

steamclosed Feature RequestGeneral controller / Steam Input
ValveSoftware/steam-for-linux#11905 · opened 2025-04-14 by SuperSamus · updated 2026-02-21 · 1 comments · github
SSuperSamus 2025-04-14 github

Steam currently doesn't support the official Nintendo GameCube USB Adapters: the controllers do not appear, and their inputs do nothing, both in Steam and during games. Enabling Steam Input for generic controllers does nothing.

SDL does support these controllers, but for it to be able to use them:

  • SDL must be compiled with the libusb dependency (all the libSDL3.so.0 bundled in Steam aren't)
  • The following udev rule must be installed:
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0337", TAG+="uaccess"

Nothing extracted yet.