aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2011-10-27 00:27:28 +0300
committernotaz2011-10-30 23:48:08 +0200
commit02ee7e24fce76dfc6e37d6b85921ec82f97464bc (patch)
tree058cf55bf0872a495d4c9cca6734ec366f9497f9 /Makefile
parent4f55097de04a34ddcc83647f3b1f69570d7f1e36 (diff)
downloadpcsx_rearmed-02ee7e24fce76dfc6e37d6b85921ec82f97464bc.tar.gz
pcsx_rearmed-02ee7e24fce76dfc6e37d6b85921ec82f97464bc.tar.bz2
pcsx_rearmed-02ee7e24fce76dfc6e37d6b85921ec82f97464bc.zip
frontend/pollux: add scaling
16bpp only for now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7394e70..32e5401 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,7 @@ OBJS += frontend/plat_omap.o
OBJS += frontend/plat_pandora.o
else
ifeq "$(PLATFORM)" "caanoo"
-OBJS += frontend/plat_pollux.o
+OBJS += frontend/plat_pollux.o frontend/blit320.o
OBJS += frontend/warm/warm.o
else
OBJS += frontend/plat_dummy.o