hdl-dump icon indicating copy to clipboard operation
hdl-dump copied to clipboard

apa_dump_header: discard usage of osal_xxx function

Open bignaux opened this issue 3 years ago • 0 comments

Pull Request checklist

Note: these are not necessarily requirements

  • [ ] I reformatted the code with clang-format
  • [ ] I checked to make sure my submission worked
  • [x] I am the author of submission or have permission from the original author
  • [ ] Requires update of the PS2SDK
  • [ ] Requires update of the gsKit
  • [ ] Others (please specify below)

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.

bignaux avatar Feb 22 '22 20:02 bignaux