f5f8d35bb0467e0036ee6c9f2d5981f1fad40e3f
[pcsx_rearmed.git] / frontend / cspace.c
1 #include "cspace.h"
2
3 // TODO?
4 void bgr555_to_rgb565(void *dst, const void *src, int bytes) {}
5 void bgr888_to_rgb888(void *dst, const void *src, int bytes) {}
6 void bgr888_to_rgb565(void *dst, const void *src, int bytes) {}
7