In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "All-in-1 Emuloader"

From WiiBrew
Jump to navigation Jump to search
m (added links)
m (formatting)
Line 1: Line 1:
[[Image:GCNController.svg|100px|right|GameCube Controller]]
+
{{Infobox homebrewapp
[[Image:FrontSD.svg|100px|right|Loads files from the Front SD Slot]]
+
| image = [[Image:Emuloader.gif|200px]]
[[Image:Emuloader.gif]]
+
| title = All-in-1 Emuloader
 +
| description = Front SD elf/dol emulator loader
 +
| type = Loader
 +
| author = eke-eke
 +
| display = Any
 +
| download = [http://tehskeen.com/forums/showthread.php?threadid=4738  tehskeen thread]
 +
| peripherals = {{GCNController}} {{FrontSD}}
 +
}}
  
Homepage: http://tehskeen.com/forums/showthread.php?threadid=4738
+
This is just another basic Front SD elf/dol loader that looks for known Emulators
  
Author: eke-eke
 
  
 
== Supported Emulators ==
 
== Supported Emulators ==
Line 17: Line 23:
 
* NeoPop (SNK NeoGeo Pocket, Wii Version unreleased)
 
* NeoPop (SNK NeoGeo Pocket, Wii Version unreleased)
 
* Neo-CD Redux (SNK NeoGeo CD, Wii Version Unreleased)
 
* Neo-CD Redux (SNK NeoGeo CD, Wii Version Unreleased)
 +
  
 
== Installation ==
 
== Installation ==
Line 49: Line 56:
 
NOTE: if you have a PAL Wii, always use the PAL60 version. <br \>
 
NOTE: if you have a PAL Wii, always use the PAL60 version. <br \>
  
Credits:<br \>
+
 
<nowiki>-----------</nowiki> <br \>
+
==Credits==
 +
 
 
* SD Front access code by _svpe, marcan, bushing <br \>
 
* SD Front access code by _svpe, marcan, bushing <br \>
 
* libOGC by shagkur& wntrmute <br \>
 
* libOGC by shagkur& wntrmute <br \>

Revision as of 14:19, 6 June 2008

All-in-1 Emuloader
Emuloader.gif
General
Author(s)eke-eke
TypeLoader
Links
[[tehskeen thread|Download]]
Peripherals
GameCube Controller Loads files from the Front SD slot

This is just another basic Front SD elf/dol loader that looks for known Emulators


Supported Emulators

  • Genesis Plus (Sega Megadrive)
  • SMS Plus (Sega Master System & Game Gear)
  • FCEuGC (Nintendo Entertainment System)
  • GnuboyGX (Gameboy & Gameboy Color, Wii Version unreleased)
  • Snes9xGX (Super Nintendo)
  • HugoGC (NEC Pc-Engine)
  • NeoPop (SNK NeoGeo Pocket, Wii Version unreleased)
  • Neo-CD Redux (SNK NeoGeo CD, Wii Version Unreleased)


Installation

This is just another basic Front SD elf/dol loader that looks for known emulators.
To use it, simply follow the steps below:

1/ create a directory at the root the SDCARD (FAT16 format only) and named it "emuloader" (without the quotes)

2/ place any supported .dol or .elf emulators you want in this directory:

- Do NOT modify the original emulator file name, the loader is looking for specific strings inside file names in order to detect which emulator is present or not:

- Genesis Plus ---> genplus (It means prefix file name --> ex. "genplus_wii_pal60.elf") (Need to create genplus/roms and genplus/saves on root)
- SMS Plus ---> smsplus (It means prefix file name --> ex. "smsplus_wii_pal60.elf") (Need to create smsplus/roms and smsplus/saves on root)
- FCEuGC ---> fceugc
- GnuboyGX ---> gnuboy
- Snes9xGX ---> snes9x (It means prefix file name --> ex. "snes9x_version_pal.elf") (Need to create snes9x/roms and snes9x/saves on root)
- HugoGC ---> hugo (It means prefix file name --> ex."hugo_wii_pal60.elf") (Need to create hugo/roms and hugo/saves on root)


- Obviously, only use "wii mode" versions of these emulators, GC versions won't work properly in Wii mode !


3/ launch emuloader_wii*.elf or.dol with the method of your choice (for example, using TP Hack). In the menu, the following keys are used (Note that you still need a Gamecube controller):

  • Button A: lauch the selected emulator
  • Analog Stick, Left/right button: select another emulator
  • Z Trigger: Reboot TP loader

NOTE: if you have a PAL Wii, always use the PAL60 version.


Credits

  • SD Front access code by _svpe, marcan, bushing
  • libOGC by shagkur& wntrmute
  • DOL loading code by shagkur
  • ELF loading code by William L. Pitts
  • VFAT library by softdev