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