ps2homebrew / hdl-dump

Install games in HDLoader format to APA-formatted hard drive
122 stars 25 forks source link

apa_dump_header: discard usage of osal_xxx function #50

Open bignaux opened 2 years ago

bignaux commented 2 years ago

Pull Request checklist

Note: these are not necessarily requirements

Pull Request description

i think there is weird bug in osal_create_file() , btw to sum up my point of view on OSAL (OS abstraction layer), this is no more needed and we should avoid to use OSAL and prefer rewrite on stdio. Same for HIO (HDL abstraction) that was first targeting driver like udpnet and so, not the idea was bad, but seems obsolete and not follow anyway. Since i rewrite a mkpart like, i try to code this full stdio to look where i go before change anything else.