reduce differences from upstream
[pcsx_rearmed.git] / frontend / cspace.c
index 5f3075b..fb7fba4 100644 (file)
@@ -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) {}