X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fcspace.c;h=fb7fba47edffab53939fa4a3cd134ca0f472c29f;hb=5b5680983b7b3dde95acfe42f58e748d9f7fe1cb;hp=5f3075b5a0c822f1d74146952b531d6862eaf7fe;hpb=8622c9dcd0abc62601ff6c64f93f9294c520ed58;p=pcsx_rearmed.git diff --git a/frontend/cspace.c b/frontend/cspace.c index 5f3075b5..fb7fba47 100644 --- a/frontend/cspace.c +++ b/frontend/cspace.c @@ -135,9 +135,6 @@ void bgr888_to_rgb565(void *dst_, const void *src_, int bytes) } } -#endif - -#ifndef __ARM_NEON__ // TODO? void rgb888_to_rgb565(void *dst, const void *src, int bytes) {} void bgr888_to_rgb888(void *dst, const void *src, int bytes) {}