From: Paul Cercueil Date: Sat, 21 May 2022 17:58:14 +0000 (+0100) Subject: frontend: Fix colorspace conversion routines on big-endian X-Git-Tag: r24l~454^2~2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1318072afcc5d037c250e671af32f8d695ba2785;hp=1318072afcc5d037c250e671af32f8d695ba2785;p=pcsx_rearmed.git frontend: Fix colorspace conversion routines on big-endian The bgr555_to_rgb565() and bgr888_to_rgb565() functions were only working correctly on little-endian systems. Signed-off-by: Paul Cercueil ---