X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fcspace.c;fp=frontend%2Fcspace.c;h=8426a1339c88b255ed2b57c31024e8134ba3e608;hp=f60026c5cd7bbbab884f09881fa4ea65034df63e;hb=57467c77b7045642afd8de1679f1149acc9c1ab5;hpb=a2cb152a937d0aecbf794e5ba36431e6a17b7483 diff --git a/frontend/cspace.c b/frontend/cspace.c index f60026c5..8426a133 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 -#ifndef __ARM_NEON__ +#ifndef HAVE_bgr888_to_x void bgr888_to_rgb565(void *dst_, const void *src_, int bytes) {