ps2dev / gsKit

gsKit is a C interface to the PS2 Graphics Synthesizer
Other
103 stars 27 forks source link

Use ps2sdk linkfile #44

Closed Ziemas closed 3 years ago

Ziemas commented 3 years ago

If this is not done we end up with crashes in fopen.

fjtrujy commented 3 years ago

Thanks @Ziemas, @rickgaiser can you take a look?

Thanks

rickgaiser commented 3 years ago

Great find @Ziemas ! The change looks good.

This can be pulled, but I'm afraid more applications will run into this linkfile issue. The real solution would be to add a proper linkfile to the toolchain, so it links correct without the need of a custom linkfile.

AKuHAK commented 3 years ago

Maybe use samples Makefile?