diff options
author | notaz | 2011-09-23 19:29:03 +0300 |
---|---|---|
committer | notaz | 2011-09-23 19:29:03 +0300 |
commit | a80ae4a0353fce94df700ec84222d3c56c3d813a (patch) | |
tree | c6b2e473c33365cf8b33ab859681edf72ab06b01 /frontend/arm_utils.h | |
parent | aaac9c7e007b51aa74d18975f94bffdfed01c7e8 (diff) | |
download | pcsx_rearmed-a80ae4a0353fce94df700ec84222d3c56c3d813a.tar.gz pcsx_rearmed-a80ae4a0353fce94df700ec84222d3c56c3d813a.tar.bz2 pcsx_rearmed-a80ae4a0353fce94df700ec84222d3c56c3d813a.zip |
support armv5 build
Diffstat (limited to 'frontend/arm_utils.h')
-rw-r--r-- | frontend/arm_utils.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/frontend/arm_utils.h b/frontend/arm_utils.h deleted file mode 100644 index 644143b..0000000 --- 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 |