X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Farm_utils.h;fp=frontend%2Farm_utils.h;h=0000000000000000000000000000000000000000;hp=644143bf5b42b74abfd4ef0df8cb619c3092d7a1;hb=a80ae4a0353fce94df700ec84222d3c56c3d813a;hpb=aaac9c7e007b51aa74d18975f94bffdfed01c7e8 diff --git a/frontend/arm_utils.h b/frontend/arm_utils.h deleted file mode 100644 index 644143bf..00000000 --- a/frontend/arm_utils.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