X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplat_dummy.c;fp=frontend%2Fplat_dummy.c;h=44d9068a481246c227fe3b8fd753109b2dd957c2;hp=a34f9004cb77dfea5a8c768241e818d9d18399bb;hb=e6eb2066c0d198d793067caed47b670b691eb865;hpb=796a91ef98cca649bc62710491e2681b2ba8be1c diff --git a/frontend/plat_dummy.c b/frontend/plat_dummy.c index a34f9004..44d9068a 100644 --- a/frontend/plat_dummy.c +++ b/frontend/plat_dummy.c @@ -42,3 +42,11 @@ 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) +{ +}