I ran it from my sd card with no usb drive and it loaded the file from sd. I then ran from usb with no sd card and it loaded from usb. I didn't try with both available. So either it loads from wherever the dol was loaded from, or it tries one of the two first and then tries the other.Curious, where does it load the the nincfg.bin file for autoboot from a backup launcher?
Does it default to SD root but accept USB root as well? (I'm sure I could answer this myself but I'm too lazy to look.)
Edit:
This the call.
cfg = fopen("/nincfg.bin", "rb+");
It doesn't specify sd or usb, so I'm actually unsure of its defined behavior.











