X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fcspace.h;fp=frontend%2Fcspace.h;h=0000000000000000000000000000000000000000;hp=644143bf5b42b74abfd4ef0df8cb619c3092d7a1;hb=62d7fa9555924ab8e152b546711d27add640b102;hpb=5d834c089ea695dba7643cba8686ce2ac06d8db4 diff --git a/frontend/cspace.h b/frontend/cspace.h deleted file mode 100644 index 644143bf..00000000 --- a/frontend/cspace.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifdef __cplusplus -extern "C" -{ -#endif - -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); - -#ifdef __cplusplus -} -#endif