ps2homebrew / wLaunchELF

ELF loader and File browser for Sony PlayStation 2
Other
500 stars 51 forks source link

Use libjpg addons for loading JPEG files #62

Closed fjtrujy closed 3 years ago

fjtrujy commented 3 years ago

Pull Request checklist

Pull Request description

This PR just removes custom loading jpg files using now, the addons library created specifically for it.

This PR https://github.com/ps2dev/ps2sdk-ports/pull/71 needs to be merged before continue

Thanks

fjtrujy commented 3 years ago

Well I actually just changed few lines of code, the rest is just indentation changes. The main reason why I didn't keep same "contract" it is because it was crappy, and I decided to create something easy to use instead.