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