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=644143bf5b42b74abfd4ef0df8cb619c3092d7a1;hp=0000000000000000000000000000000000000000;hb=a80ae4a0353fce94df700ec84222d3c56c3d813a;hpb=aaac9c7e007b51aa74d18975f94bffdfed01c7e8 diff --git a/frontend/cspace.h b/frontend/cspace.h new file mode 100644 index 00000000..644143bf --- /dev/null +++ b/frontend/cspace.h @@ -0,0 +1,12 @@ +#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