a5dcb9b64896d8d52abf254c6cd3dc4e180de9f5
[pcsx_rearmed.git] / frontend / arm_utils.h
1 #ifdef __cplusplus
2 extern "C"
3 {
4 #endif
5
6 void bgr555_to_rgb565(void *dst, void *src, int bytes);
7 void bgr888_to_rgb888(void *dst, void *src, int bytes);
8 void bgr888_to_rgb565(void *dst, void *src, int bytes);
9
10 #ifdef __cplusplus
11 }
12 #endif