frontend: Fix colorspace conversion routines on big-endian
authorPaul Cercueil <paul@crapouillou.net>
Sat, 21 May 2022 17:58:14 +0000 (18:58 +0100)
committerAsh Logan <ash@heyquark.com>
Mon, 6 Jun 2022 13:06:49 +0000 (23:06 +1000)
The bgr555_to_rgb565() and bgr888_to_rgb565() functions were only
working correctly on little-endian systems.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>

No differences found