KallistiOS / kos-ports

Ported library collection for KallistiOS
Other
52 stars 33 forks source link

Fix libjpeg #39

Closed andressbarajas closed 8 months ago

andressbarajas commented 8 months ago

Thanks to SWATs example here: https://github.com/DC-SWAT/DreamShell/blob/f4167ebed5e267f298dde4f8d1dc66e560541cca/lib/SDL_image/IMG_jpg.c#L465

Looks like there was a new scale property that we had to set. Otherwise it would crash in libjpeg.

andressbarajas commented 8 months ago

Fixes https://github.com/KallistiOS/kos-ports/issues/20