X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fcspace.c;h=f0c491266ffcef63efc9d5a6b878d326b7ae8c9e;hb=955f9af0395a7fa2bba0d1c3a4e6ef5d3e111dae;hp=f5f8d35bb0467e0036ee6c9f2d5981f1fad40e3f;hpb=a80ae4a0353fce94df700ec84222d3c56c3d813a;p=pcsx_rearmed.git diff --git a/frontend/cspace.c b/frontend/cspace.c deleted file mode 100644 index f5f8d35b..00000000 --- a/frontend/cspace.c +++ /dev/null @@ -1,7 +0,0 @@ -#include "cspace.h" - -// TODO? -void bgr555_to_rgb565(void *dst, const void *src, int bytes) {} -void bgr888_to_rgb888(void *dst, const void *src, int bytes) {} -void bgr888_to_rgb565(void *dst, const void *src, int bytes) {} -