X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fcspace.h;h=1a9e339763d0fce7f1a8080c8dcfebc43336d035;hb=955f9af0395a7fa2bba0d1c3a4e6ef5d3e111dae;hp=644143bf5b42b74abfd4ef0df8cb619c3092d7a1;hpb=a80ae4a0353fce94df700ec84222d3c56c3d813a;p=pcsx_rearmed.git 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