X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fcspace.c;h=1557f8e73bbc593ea7675b367a2e9978c72d6b7d;hb=047899a4f30d4a11e467e6b5aa0ba4cbf94c3f6b;hp=1dbc8a66ed4ac05f09b49b85a0663ef67cb9d841;hpb=2661255d43338302b2d816f1100b9e8ae2817863;p=pcsx_rearmed.git diff --git a/frontend/cspace.c b/frontend/cspace.c index 1dbc8a66..1557f8e7 100644 --- a/frontend/cspace.c +++ b/frontend/cspace.c @@ -22,7 +22,7 @@ #define LE16TOHx2(x) (x) #endif -#ifndef __arm__ +#ifndef HAVE_bgr555_to_rgb565 void bgr555_to_rgb565(void *dst_, const void *src_, int bytes) { @@ -43,7 +43,7 @@ void bgr555_to_rgb565(void *dst_, const void *src_, int bytes) #endif -#if defined(__arm64__) || !defined(__ARM_NEON__) +#ifndef HAVE_bgr888_to_x void bgr888_to_rgb565(void *dst_, const void *src_, int bytes) {