aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2011-02-06 01:27:48 +0200
committernotaz2011-02-10 02:06:49 +0200
commit799b0b8773d6add1de99efd582c93701b82e970d (patch)
tree0528027f543febe28702d3256f84c96b0fa37454 /Makefile
parentc89cd762a63a78e30a59955e705e29ff3d5ae3b8 (diff)
downloadpcsx_rearmed-799b0b8773d6add1de99efd582c93701b82e970d.tar.gz
pcsx_rearmed-799b0b8773d6add1de99efd582c93701b82e970d.tar.bz2
pcsx_rearmed-799b0b8773d6add1de99efd582c93701b82e970d.zip
frontend: support analog controller using nubs; some refactoring
also enable frameskip by default, it makes the experience a bit better on most games.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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