GC-Controller-Test
GC-Controller-Test copied to clipboard
A Wii/Gamecube homebrew to test your Gamecube controllers
GC-Controller-Test
A simple homebrew to test your Gamecube controllers.
Works on both Wii and Gamecube.

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
- For GameCube:
- Without devkitpro installed, use the
build_docker.shwhich uses the devkitpro/devkitppc Docker image to build:- For GameCube:
./build_docker.sh gamecube - For GameCube:
./build_docker.sh wii
- For GameCube: