israpps / wLaunchELF_ISR

Stable fork of the most famous file browser for Playstation 2
https://israpps.github.io/20210113_wLaunchELF_isr/
131 stars 10 forks source link

Look for SKIN_FILE and LANG_FILE on both MC0 and MC1 on launch? #15

Open johnyept opened 1 year ago

johnyept commented 1 year ago

LK_button_E1 entries work fine from both MC slots when set to mc:/path/file.elf.

When launching wLaunchELF from MC0 slot, SKIN_FILE and LANG_FILE can be set to mc:/ or mc0:/, but if launching from MC1 slot, the 2 variables must be set to mc1:/ otherwise they fail to load. Can these be fixed so that when set to mc:/, they also looks for the correspondent files in MC0 and MC1? Preferably search first in the MC slot where wLaunchELF is running from, then the other MC slot.