mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-15 16:05:10 +01:00
e9423c807e
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. |
||
---|---|---|
.. | ||
images | ||
cfg.c | ||
cfg.h | ||
dolloader.c | ||
dolloader.h | ||
elf_abi.h | ||
elfloader.c | ||
elfloader.h | ||
fatmounter.c | ||
fatmounter.h | ||
filelist.h | ||
main.cpp | ||
video.cpp | ||
video.h |