X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Farm_utils.h;fp=common%2Farm_utils.h;h=0000000000000000000000000000000000000000;hb=f506842df2b0e251b56ffe0a828bb2029d423eec;hp=8cf34ce837108719f18e3abcd0a359b1d4b448e5;hpb=ca69c3e5a0ecf407c02dc85c6f3282ebb1efc5a2;p=libpicofe.git diff --git a/common/arm_utils.h b/common/arm_utils.h deleted file mode 100644 index 8cf34ce..0000000 --- a/common/arm_utils.h +++ /dev/null @@ -1,14 +0,0 @@ -// (c) Copyright 2006-2009 notaz, All rights reserved. -// Free for non-commercial use. - -// For commercial use, separate licencing terms must be obtained. - -void bgr444_to_rgb32(void *to, void *from); -void bgr444_to_rgb32_sh(void *to, void *from); - -void vidcpy_m2(void *dest, void *src, int m32col, int with_32c_border); -void vidcpy_m2_rot(void *dest, void *src, int m32col, int with_32c_border); -void spend_cycles(int c); // utility - -void rotated_blit8 (void *dst, void *linesx4, int y, int is_32col); -void rotated_blit16(void *dst, void *linesx4, int y, int is_32col);