Table of Contents
Nintendont for Wii
This is the process to build Nintendont for the Wii.
With a custom version we may patch the source to support USB controllers such as the Microsoft Side Winder Precision Racing Wheel which cannot operate otherwise.
Install devkitPro
cd $HOME mkdir devkitPro cd devkitPro wget http://downloads.sourceforge.net/project/devkitpro/Automated%20Installer/devkitARMupdate.pl wget http://downloads.sourceforge.net/project/devkitpro/Automated%20Installer/devkitPPCupdate.pl perl devkitARMupdate.pl perl devkitPPCupdate.pl
Configure environment
setenv DEVKITPRO $HOME/devkitPro setenv DEVKITPPC $HOME/devkitPro/devkitPPC setenv DEVKITARM $HOME/devkitPro/devkitARM
Test build Nintendont
git clone https://github.com/FIX94/Nintendont.git cd Nintendont sh Build.sh
Racing wheel support
Fetch the patch for the Microsoft USB wheel.
hg clone http://hg.kewl.org/pub/Nintendoes/
Apply the patch and rebuild Nintendont.
Copy boot.dol and the .ini configuration file to the target device.