usbloadergx/source
ardi@ist-einmalig.de e9423c807e makes the forwarder fit for loading the "USB Loader GX" from USB-Device
Strategy to find the boot.dol from "USB Loader GX":

1. looking for "/config/GXGlobal.cfg" first on "SD:/" and then on "USB:/"
2.1. when cfg is found and update_path is set, then searches for "boot.dol"/"boot.elf" in "update_path"
2.2. when cfg isn't found or update_path isn't set, then looking for "boot.dol"/"boot.elf" in "apps/usbloader_gx/" first on "SD:/" and then on "USB:/" 
3. if the Loader is found, then LOAD and RUN it. Otherwise exits the for-warder

Primarily searched on SD-Card. This makes easier to test new versions.
2009-06-09 18:26:47 +00:00
..
images *Added Forwarder source to the Branch 2009-05-30 17:33:35 +00:00
cfg.c makes the forwarder fit for loading the "USB Loader GX" from USB-Device 2009-06-09 18:26:47 +00:00
cfg.h makes the forwarder fit for loading the "USB Loader GX" from USB-Device 2009-06-09 18:26:47 +00:00
dolloader.c *Added Forwarder source to the Branch 2009-05-30 17:33:35 +00:00
dolloader.h *Added Forwarder source to the Branch 2009-05-30 17:33:35 +00:00
elf_abi.h *Added Forwarder source to the Branch 2009-05-30 17:33:35 +00:00
elfloader.c *Added Forwarder source to the Branch 2009-05-30 17:33:35 +00:00
elfloader.h *Added Forwarder source to the Branch 2009-05-30 17:33:35 +00:00
fatmounter.c makes the forwarder fit for loading the "USB Loader GX" from USB-Device 2009-06-09 18:26:47 +00:00
fatmounter.h makes the forwarder fit for loading the "USB Loader GX" from USB-Device 2009-06-09 18:26:47 +00:00
filelist.h *Added Forwarder source to the Branch 2009-05-30 17:33:35 +00:00
main.cpp makes the forwarder fit for loading the "USB Loader GX" from USB-Device 2009-06-09 18:26:47 +00:00
video.cpp *Added Forwarder source to the Branch 2009-05-30 17:33:35 +00:00
video.h *Added Forwarder source to the Branch 2009-05-30 17:33:35 +00:00