X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=maemo%2Fhildon.c;h=342ac1950cd7ed9e6b19a80b881c9477b33783bf;hp=37e67affcafbbf20cfd47907ad494f928a4fbe3f;hb=2f24625423d65f64e835905223b61352233bd111;hpb=8f8926485e641efb187ff9ae11cef9d23d1e8982 diff --git a/maemo/hildon.c b/maemo/hildon.c index 37e67aff..342ac195 100644 --- a/maemo/hildon.c +++ b/maemo/hildon.c @@ -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 = {