X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplat_dummy.c;h=6cbe7f8ee46643278511d5529a04ca82d55a6088;hp=44d9068a481246c227fe3b8fd753109b2dd957c2;hb=799b0b8773d6add1de99efd582c93701b82e970d;hpb=c89cd762a63a78e30a59955e705e29ff3d5ae3b8;ds=sidebyside diff --git a/frontend/plat_dummy.c b/frontend/plat_dummy.c index 44d9068a..6cbe7f8e 100644 --- a/frontend/plat_dummy.c +++ b/frontend/plat_dummy.c @@ -50,3 +50,7 @@ void bgr555_to_rgb565(void *d, void *s, int len) void bgr888_to_rgb888(void *d, void *s, int len) { } + +void in_update_analogs(void) +{ +}