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=b209f4fe0bf6631743d3ab424782e856d9fa1b9d;hb=ef94866c5ee97402b81a173093c0be4ca0daa4a0;hpb=ccf51908872ddeb811b1245e6751600b860d90b5 diff --git a/frontend/plat_dummy.c b/frontend/plat_dummy.c index b209f4fe..a43662b3 100644 --- a/frontend/plat_dummy.c +++ b/frontend/plat_dummy.c @@ -9,6 +9,7 @@ #include "linux/fbdev.h" struct vout_fbdev *layer_fb; +int g_layer_x, g_layer_y, g_layer_w, g_layer_h; struct in_default_bind in_evdev_defbinds[] = { { 0, 0, 0 }, }; @@ -30,7 +31,30 @@ void plat_video_menu_end(void) { } +void plat_video_menu_leave(void) +{ +} + 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) +{ +}