aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornotaz2011-10-29 18:45:11 +0300
committernotaz2011-10-30 23:48:09 +0200
commit88d6397dd897815ccac8091bf7921f05ffa0b88e (patch)
treee7ebc9ddcb8f3ce7c57164794759d44bd9a009dc
parent478216725b77d1c7fd45d972e3c596134633adba (diff)
downloadpcsx_rearmed-88d6397dd897815ccac8091bf7921f05ffa0b88e.tar.gz
pcsx_rearmed-88d6397dd897815ccac8091bf7921f05ffa0b88e.tar.bz2
pcsx_rearmed-88d6397dd897815ccac8091bf7921f05ffa0b88e.zip
fix maemo build
-rw-r--r--Makefile.maemo1
-rw-r--r--maemo/hildon.c5
2 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.maemo b/Makefile.maemo
index 4e1b577..0c2e49f 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 ba035d1..26679ed 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;
+}
+