LoadMii Wii
From GameBrew
More actions
| Loadmii | |
|---|---|
| General | |
| Author | The lemon man |
| Type | Loader |
| Version | 0.4 |
| License | Mixed |
| Last Updated | 2010/07/26 |
| Links | |
| Download | |
| Source | |
loadMii is a small but powerful loader which can run executables from SD cards, USB sticks, SMB shares, USB Gecko and SD Gecko. It's composed by 3 parts : the loader itself, the reloading stub and the bootstrapper. I want to say so many thanks to dhewg and his geckoloader because my stub is based on his work.
Features
- Very light, it wont take much space on your sd
- Can be booted trough any exploit
- Supports booting homebrew elf and dol
- Supports loading from sd card, usb stick, dvd and sdgecko
In order to use the smb feature you need to create a share.ini file in the sd root with the following structure
[Shares]
Username = <Your username>
Password = <Your password>
Share = <Your share name>
IP = <The SMB server IP address>
Media
Controls
| Wiimote | Nunchuck | Classic Controller | GC N Controller | Action |
|---|---|---|---|---|
| Wiimote DPad | Nunchuck Control Stick | Classic DPad | GC DPad | Select file |
| Wiimote Plus Button | Classic L Trigger | GC DPad Left | Go to next page | |
| Wiimote Minus Button | Classic R Trigger | GC DPad Right | Go to previous page | |
| Wiimote 1 Button | GC Y Button | Reload current folder |
Future plans
- autoupdate feature
- load files via wifi
Release Notes
- 30/01/2009 Version 0.3: Added smb support, code cleanup
- 21/01/2009 Version 0.2: initial release
External links
- Wiibrew - https://wiibrew.org/wiki/Loadmii
- Github - https://github.com/LemonBoy/loadMii/