mirror of
https://github.com/libretro/Mu.git
synced 2026-02-13 05:35:02 +00:00
307 B
307 B
Reexports GIMP C source images properly
Because GIMP exports 16 bit images as little endian in a byte array of octal chars using non fixed size data types or as macro accessed byte array.
This program takes the macro accessed byte array.
That breaks big endian platforms and universal compatibility.