More actions
(Created page with "{{#seo: |title=Wii Homebrew Loaders (Loader) - GameBrew |title_mode=append |image=wii-logo.jpg |image_alt=Front SD ELF Loader }} {{Infobox Wii Homebrews |title=Front SD ELF Lo...") |
No edit summary |
||
Line 16: | Line 16: | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/frontsdelfloaderwii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/frontsdelfloaderwii.7z | ||
|website= | |website= | ||
|source= | |source= | ||
}} | }} | ||
This is just a small '''Front SD ELF loader''' with a menu, written by Sven Peter, svpe #wiidev@efnet/blitzed, [email protected]. | |||
== | There are probably still some bugs so don't blame me if something goes wrong. | ||
== | |||
== Usage == | |||
Create an "elf" directory (all letters in lower-case, don't include quotes) on your SD card and put all your ELF files in there. | |||
Load the tp-hack-loader.elf with the twilight hack or the trucha-disc-loader.dol with a trucha signed disc. | |||
If you want to compile it yourself you just need to type 'make' in the root directory. Precompiled elf and dol binaries are included. | |||
The miniloader/ is just a quick hack to make this work with trucha discs because the apploader i used didn't seem to support a non-standard entry point. The real loader with the front SD code is in the loader/ directory. | |||
When using the homebrew channel you might need to use the trucha-disc-loader.dol or build the miniloader/miniloader.elf file yourself. | |||
== Unofficial versions == | |||
'''MAG Loader'''' by MAG/PiratePila and AntonioND. | |||
Yet another Front SD Elf loader, this one uses the reset button. | |||
Current Version 0.2 | |||
== ChangeLog == | |||
'''v0.4''' | |||
*Some bugfixes | |||
'''v0.2a''' | |||
*Wiimote shutdown code from this wiki added | |||
'''v0.2''' | |||
*Video mode detection (should work on PAL TVs now) | |||
*Faster ELF loading due to removed debug printfs | |||
== Credits == | |||
*Internal SD stuff by Bushing, Marcan and maybe some more people. I just reversed the twilight hack elf loader. | |||
*FatFs by [http://elm-chan.org/fsw/ff/00index_e.html elm-chan.org]. | |||
*ELF loading code taken from [[Geckoloader Wii]] by Dhewg, #wiidev at efnet. Written by Dhewg, Tmbinc and William L. Pitts | |||
*People from #wiidev who helped me with a few problems ;) | |||
== External links == | |||
* Wiibrew - https://wiibrew.org/wiki/Front_SD_ELF_Loader | |||
* MAG Loader - https://www.elotrolado.net/hilo_mag-loader_998560 |
Revision as of 02:56, 23 September 2022
Front SD ELF Loader | |
---|---|
General | |
Author | svpe |
Type | Loader |
Version | 0.03b |
License | Mixed |
Last Updated | 2008/04/02 |
Links | |
Download | |
This is just a small Front SD ELF loader with a menu, written by Sven Peter, svpe #wiidev@efnet/blitzed, [email protected].
There are probably still some bugs so don't blame me if something goes wrong.
Usage
Create an "elf" directory (all letters in lower-case, don't include quotes) on your SD card and put all your ELF files in there. Load the tp-hack-loader.elf with the twilight hack or the trucha-disc-loader.dol with a trucha signed disc.
If you want to compile it yourself you just need to type 'make' in the root directory. Precompiled elf and dol binaries are included.
The miniloader/ is just a quick hack to make this work with trucha discs because the apploader i used didn't seem to support a non-standard entry point. The real loader with the front SD code is in the loader/ directory.
When using the homebrew channel you might need to use the trucha-disc-loader.dol or build the miniloader/miniloader.elf file yourself.
Unofficial versions
MAG Loader' by MAG/PiratePila and AntonioND. Yet another Front SD Elf loader, this one uses the reset button. Current Version 0.2
ChangeLog
v0.4
- Some bugfixes
v0.2a
- Wiimote shutdown code from this wiki added
v0.2
- Video mode detection (should work on PAL TVs now)
- Faster ELF loading due to removed debug printfs
Credits
- Internal SD stuff by Bushing, Marcan and maybe some more people. I just reversed the twilight hack elf loader.
- FatFs by elm-chan.org.
- ELF loading code taken from Geckoloader Wii by Dhewg, #wiidev at efnet. Written by Dhewg, Tmbinc and William L. Pitts
- People from #wiidev who helped me with a few problems ;)
External links
- Wiibrew - https://wiibrew.org/wiki/Front_SD_ELF_Loader
- MAG Loader - https://www.elotrolado.net/hilo_mag-loader_998560