TerryCavanagh / VVVVVV

The source code to VVVVVV! http://thelettervsixtim.es/
Other
6.93k stars 555 forks source link

Fix loading of PNG resources on big-endian machines #1131

Closed mardy closed 7 months ago

mardy commented 7 months ago

Changes:

LodePNG always loads PNG in big-endian RGBA format. For this reason, when loading PNG files VVVVVV was specifying the format as ABGR and the conversion would then be performed by SDL. However, then running on big-endian machines, this conversion should not be performed at all, and the surface format should then be set to RGBA.

Legal Stuff:

By submitting this pull request, I confirm that...