X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplat_dummy.c;h=44ba4a81056b9328456f46acd1e33d3619aa91b7;hp=a43662b3407db10330de33d39fb79dc4404d3d5a;hb=ff847a2ebb9f89594332aeb52cecfa0bd51669b7;hpb=e64dc4c54e96643522dc4b8c205d143c7d9b2f1d diff --git a/frontend/plat_dummy.c b/frontend/plat_dummy.c index a43662b3..44ba4a81 100644 --- a/frontend/plat_dummy.c +++ b/frontend/plat_dummy.c @@ -51,6 +51,10 @@ void bgr888_to_rgb888(void *d, void *s, int len) { } +void bgr888_to_rgb565(void *d, void *s, int len) +{ +} + void in_update_analogs(void) { }