From: notaz Date: Sat, 29 Oct 2011 15:45:11 +0000 (+0300) Subject: fix maemo build X-Git-Tag: r11~11 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=88d6397dd897815ccac8091bf7921f05ffa0b88e fix maemo build --- diff --git a/Makefile.maemo b/Makefile.maemo index 4e1b5770..0c2e49f3 100644 --- a/Makefile.maemo +++ b/Makefile.maemo @@ -2,6 +2,7 @@ USE_GTK=1 USE_ALSA=1 USE_OSS=0 PLATFORM=generic +NO_TSLIB=1 export MAEMO=1 LDFLAGS += $(shell pkg-config --libs hildon-1 libpulse) diff --git a/maemo/hildon.c b/maemo/hildon.c index ba035d17..26679ed3 100644 --- a/maemo/hildon.c +++ b/maemo/hildon.c @@ -198,3 +198,8 @@ void menu_notify_mode_change(int w, int h, int bpp) { } +void *plat_prepare_screenshot(int *w, int *h, int *bpp) +{ + return NULL; +} +