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

AUTO apps: remove senseless code & unnecesary path checking #27

Closed israpps closed 1 year ago

israpps commented 1 year ago

im not sure why I added that senseless check (if (Timer() <= (tstart + 4000)) {) it will always evaluate true...

also, using a temporary var (EXECPATHS[j]) avoids mounting HDD partitions twice