alex-free / tonyhax

Japanese/American/European Universal PS1 Backup loader fork for ALL PS1 consoles, and PS2 console models SCPH-10000-SCPH-39004.
https://alex-free.github.io/tonyhax-international
Do What The F*ck You Want To Public License
45 stars 1 forks source link

Use own definition of standard functions instead of relying on string… #8

Closed alex-free closed 1 year ago

alex-free commented 1 year ago

(fixes #138) (original tonyhax)

GCC seems to fortify the source code when enabling optimization, which is a problem because it sneakily replaces strncmp, bzero, etc... with other checked versions, which we have not defined.