From 972cbb4b579bb3767b118e666c761422e20b14b0 Mon Sep 17 00:00:00 2001 From: John Willis Date: Tue, 28 Jul 2009 20:22:38 +0000 Subject: GP2XWiz: Add downscale support to the backend using the PocketPCHalfARM scaler from the WinCE backend (Maybe this should be moved into /graphics/scalers at some point?). Also enable all the ARM optemised routines in this and the GP2X backend. svn-id: r42863 --- backends/platform/gp2xwiz/module.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backends/platform/gp2xwiz/module.mk') diff --git a/backends/platform/gp2xwiz/module.mk b/backends/platform/gp2xwiz/module.mk index 03241f7b60..f2e27a7cce 100644 --- a/backends/platform/gp2xwiz/module.mk +++ b/backends/platform/gp2xwiz/module.mk @@ -1,6 +1,8 @@ MODULE := backends/platform/gp2xwiz MODULE_OBJS := \ + gp2xwiz-scaler.o \ + ../wince/ARMscaler.o \ gp2xwiz-graphics.o \ gp2xwiz-events.o \ gp2xwiz-hw.o \ -- cgit v1.2.3