From 799b0b8773d6add1de99efd582c93701b82e970d Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 6 Feb 2011 01:27:48 +0200 Subject: frontend: support analog controller using nubs; some refactoring also enable frameskip by default, it makes the experience a bit better on most games. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2ccd0e2..db8e1f6 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,7 @@ OBJS += frontend/main.o frontend/plugin.o ifeq "$(USE_GTK)" "1" OBJS += maemo/hildon.o maemo/main.o maemo/%.o: maemo/%.c +maemo/%.o: CFLAGS += -Wall else OBJS += frontend/plugin_lib.o frontend/menu.o OBJS += frontend/linux/fbdev.o frontend/linux/in_evdev.o @@ -84,6 +85,7 @@ OBJS += frontend/linux/plat.o frontend/linux/oshide.o OBJS += frontend/common/fonts.o frontend/common/input.o frontend/common/readpng.o ifeq "$(ARCH)" "arm" OBJS += frontend/plat_omap.o +OBJS += frontend/pandora.o else OBJS += frontend/plat_dummy.o endif -- cgit v1.2.3