X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fplat_dummy.c;h=a43662b3407db10330de33d39fb79dc4404d3d5a;hb=665e364a0aba523bb555f369efe4c7be966a6666;hp=d3080ae6092f96a6093621c328362650c550ddb8;hpb=bd6267e616cc4966fadf971019fe15db2469e97d;p=pcsx_rearmed.git diff --git a/frontend/plat_dummy.c b/frontend/plat_dummy.c index d3080ae6..a43662b3 100644 --- a/frontend/plat_dummy.c +++ b/frontend/plat_dummy.c @@ -31,6 +31,10 @@ void plat_video_menu_end(void) { } +void plat_video_menu_leave(void) +{ +} + void plat_init(void) { } @@ -38,3 +42,19 @@ 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 in_update_analogs(void) +{ +} + +void pandora_rescan_inputs(void) +{ +}