ps2homebrew / OPL-Launcher

22 stars 5 forks source link

Patch #6

Closed KrahJohlito closed 3 years ago

KrahJohlito commented 3 years ago

Pull Request checklist

Note: these are not necessarily requirements

Pull Request description

Ok this is confirmed to fix #5, previously it didn't work due to the fileXio functions which have been changed to newlib.. however we need to keep fileXioGetStat() as the newlib stat struct doesn't contain the start sector (AFAIK)

KrahJohlito commented 3 years ago

Yea sorry I had a brain fart

KrahJohlito commented 3 years ago

im just gonna close this until the white screen issue is resolved as I may end up changing the same lines again anyway

KrahJohlito commented 3 years ago

Ok this is confirmed to fix #5, previously it didn't work due to the fileXio functions which have been changed to newlib.. however we need to keep fileXioGetStat() as the newlib stat struct doesn't contain the start sector (AFAIK)

AKuHAK commented 3 years ago

Huh, again +OPL as default partition.

KrahJohlito commented 3 years ago

That’s only if things fail.. if it can’t open __common, if it can’t find a conf_hdd.cfg, it a cfg is found but it is blank.. if any of those then use +OPL since that is the same as OPL logic.. some shouldn’t happen but may as well have a check in case.