israpps / PlayStation2-Basic-BootLoader

Basic Bootloader for PS2, PSX-DESR and Namco System 246/256
https://israpps.github.io/PlayStation2-Basic-BootLoader/
GNU General Public License v3.0
97 stars 9 forks source link

optimize config reading and add IRX Loading feature #31

Closed israpps closed 1 year ago

israpps commented 1 year ago

Any config item wich starts with LOAD_IRX_E (eg: LOAD_IRX_E1) will make PS2BBL try to load an IRX module from the path specified by this config entry

Also, launch keys parsing is only performed if entry starts with LK_ (useful Only if config has text unrecognizable by PS2BBL, because launch key processing is done at the end)