GC-Controller-Test icon indicating copy to clipboard operation
GC-Controller-Test copied to clipboard

A Wii/Gamecube homebrew to test your Gamecube controllers

GC-Controller-Test

Build License

A simple homebrew to test your Gamecube controllers.

Works on both Wii and Gamecube.

Screenshot

Downloads

See the releases section on Github.

How to compile

  • With devkitpro installed:
    • For GameCube: TARGET_CONSOLE=gamecube make
    • For Wii: TARGET_CONSOLE=wii make
  • Without devkitpro installed, use the build_docker.sh which uses the devkitpro/devkitppc Docker image to build:
    • For GameCube: ./build_docker.sh gamecube
    • For GameCube: ./build_docker.sh wii