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=a34f9004cb77dfea5a8c768241e818d9d18399bb;hb=9a92bffbed92c9b6bd7d0ddde7c0982a8590959e;hpb=c5061935e3f7b91d889d7546b06c4515c3004cb2 diff --git a/frontend/plat_dummy.c b/frontend/plat_dummy.c index a34f9004..44ba4a81 100644 --- a/frontend/plat_dummy.c +++ b/frontend/plat_dummy.c @@ -42,3 +42,23 @@ void plat_init(void) void plat_finish(void) { } + +void bgr555_to_rgb565(void *d, void *s, int len) +{ +} + +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) +{ +} + +void pandora_rescan_inputs(void) +{ +}