No Description

FIX94 7be1b6df41 -added piece treasure battle demo to arstartdma exception list 5 years ago
codehandler fb234d7bc6 Make sure all 'clean' rules use -$(RM). 7 years ago
common 7be1b6df41 -added piece treasure battle demo to arstartdma exception list 5 years ago
controllerconfigs e446824094 Merge pull request #359 from Chickoodel/master 7 years ago
fatfs 8fd7259504 [fatfs] ff.c: Clear br[] before using it. 6 years ago
kernel 7be1b6df41 -added piece treasure battle demo to arstartdma exception list 5 years ago
kernelboot 02446e53b9 -hopefully fixed nintendont startup problems now 6 years ago
loader 7be1b6df41 -added piece treasure battle demo to arstartdma exception list 5 years ago
multidol b967aab87b -updated and compiled with the latest devkitppc r32, libogc 1.8.20 and devkitarm r49-1 5 years ago
nintendont 1a74d18cf6 update gcn_md5.txt 7 years ago
resetstub 5a95477aac -reworked how nintendont gets booted, hopefully everything that worked still works 6 years ago
scripts 32c3f24ffa GameTDB-md5-parser.pl: Fixed an error that broke titles containing ampersands. 7 years ago
.gitignore 42d8cf4206 [codehandler] Made a Makefile 7 years ago
Build.bat eefe868b66 Fix Datel AGP 7 years ago
Build.sh bce8234af6 New top-level Makefile. 7 years ago
Makefile 5a95477aac -reworked how nintendont gets booted, hopefully everything that worked still works 6 years ago
NEWS.md 91731c816b NEWS.md: Added changes since v4.430. 6 years ago
README.md 1555a58d6d README.md: Updates and improved "Quick Installation" section. 7 years ago
mem_map.txt afcfa4b653 -added deadzones to wii vc gamepad reads and heavily changed memory to make space for that, hopefully it didnt break anything 6 years ago
patched_demos.txt 7be1b6df41 -added piece treasure battle demo to arstartdma exception list 5 years ago

README.md

Nintendont

A Wii Homebrew Project to play GC Games on Wii and vWii on Wii U

Features:

  • Works on Wii and Wii U (in vWii mode)
  • Full-speed loading from a USB device or an SD card.
  • Loads 1:1 and shrunken .GCM/.ISO disc images.
  • Loads games as extracted files (FST format)
  • Loads CISO-format disc images. (uLoader CISO format)
  • Memory card emulation
  • Play audio via disc audio streaming
  • Bluetooth controller support (Classic Controller (Pro), Wii U Pro Controller)
  • HID controller support via USB
  • Custom button layout when using HID controllers
  • Cheat code support
  • Changeable configuration of various settings
  • Reset/Power off via button combo (R + Z + Start) (R + Z + B + D-Pad Down)
  • Advanced video mode patching, force progressive and force 16:9 widescreen
  • Auto boot from loader
  • Disc switching
  • Use the official Nintendo GameCube controller adapter

Features: (Wii only)

  • Play retail discs
  • Play backups from writable DVD media (Old Wii only)
  • Use real memory cards
  • GBA-Link cable
  • WiiRd
  • Allow use of the Nintendo GameCube Microphone

What Nintendont doesn't do yet:

  • BBA/Modem support

What Nintendont will never support:

  • Game Boy Player

Quick Installation:

  1. Get the loader.dol, rename it to boot.dol and put it in /apps/Nintendont/ along with the files meta.xml and icon.png.
  2. Copy your GameCube games to the /games/ directory. Subdirectories are optional for 1-disc games in ISO/GCM and CISO format.
    • For 2-disc games, you should create a subdirectory /games/MYGAME/ (where MYGAME can be anything), then name disc 1 as "game.iso" and disc 2 as "disc2.iso".
    • For extracted FST, the FST must be located in a subdirectory, e.g. /games/FSTgame/sys/boot.bin .
  3. Connect your storage device to your Wii or Wii U and start The Homebrew Channel.
  4. Select Nintendont.

Notes

  • The Wii and Wii U SD card slot is known to be slow. If you're using an SD card and are having performance issues, consider either using a USB SD reader or a USB hard drive.
  • USB flash drives are known to be problematic.
  • Nintendont runs best with storage devices formatted with 32 KB clusters. (Use either FAT32 or exFAT.)