X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=maemo%2Fhildon.c;h=6c59b6ffe3c485f41c701d07de80df091e32982f;hp=37e67affcafbbf20cfd47907ad494f928a4fbe3f;hb=4c08b9e7dd350a48fc3e0515913d6ccc8b15e5ae;hpb=8f8926485e641efb187ff9ae11cef9d23d1e8982 diff --git a/maemo/hildon.c b/maemo/hildon.c index 37e67aff..6c59b6ff 100644 --- a/maemo/hildon.c +++ b/maemo/hildon.c @@ -18,7 +18,7 @@ static HildonAnimationActor *actor; static GtkWidget *window, *drawing; void *pl_fbdev_buf; -int in_type = PSE_PAD_TYPE_STANDARD; +int in_type1 = PSE_PAD_TYPE_STANDARD, in_type2 = PSE_PAD_TYPE_STANDARD; int in_keystate, in_a1[2], in_a2[2]; static int keymap[65536]; @@ -211,6 +211,16 @@ static void pl_get_layer_pos(int *x, int *y, int *w, int *h) *h = 640; } +void *pl_prepare_screenshot(int *w, int *h, int *bpp) +{ + return NULL; +} + +int writepng() +{ + return -1; +} + extern int UseFrameSkip; // hmh const struct rearmed_cbs pl_rearmed_cbs = {