Skip to content

TheEssem/gcpadder-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

gcpadder-linux

Userspace Linux driver for the Wii homebrew application GCPadder, originally by InvoxiPlayGames.

To build this, you should edit the IP_ADDR macro in main.cpp to point towards your Wii's local IP address. Then run GCC:

$ g++ -o gcpadder `pkg-config --cflags libevdev` `pkg-config --libs libevdev` main.cpp

Note that I likely won't be working on this any further, unfortunately.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages