Testing my new wLE with elf loader 2, along with github.com/ps2homebrew/wLaunchELF elf loader 2 is missing the colon at end of partition
elf loader 1: argv[0] = hddN:<partition>:pfs:/<path to elf>
elf loader 2 argv[0] = hddN:<partition>pfs:/<path to elf>
This means wLE cannot find/load CWD config, also means other apps relying on argv[0] to determine CWD for files will break when launched from APA formatted HDDs
Testing my new wLE with elf loader 2, along with github.com/ps2homebrew/wLaunchELF elf loader 2 is missing the colon at end of partition
elf loader 1:
argv[0] = hddN:<partition>:pfs:/<path to elf>elf loader 2
argv[0] = hddN:<partition>pfs:/<path to elf>This means wLE cannot find/load CWD config, also means other apps relying on argv[0] to determine CWD for files will break when launched from APA formatted HDDs