mirror of
https://github.com/wiidev/usbloadergx.git
synced 2025-01-17 22:19:08 +01:00
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.
Description
This version of USB Loader GX supersedes the SourceForge version, which was last updated in 2019.
86 MiB
Languages
C
66.3%
C++
33.3%
Makefile
0.2%
Assembly
0.1%