diff options
author | Bertrand Augereau | 2007-12-05 23:53:45 +0000 |
---|---|---|
committer | Bertrand Augereau | 2007-12-05 23:53:45 +0000 |
commit | 10844ea1727d9faece5d172f594037eaf4e04c96 (patch) | |
tree | 072ecdc0fdf16a6cbb142c94bb1a28364139458b /backends | |
parent | 2f078b303bbd8ab1727cf6cf90339464aae393a9 (diff) | |
download | scummvm-rg350-10844ea1727d9faece5d172f594037eaf4e04c96.tar.gz scummvm-rg350-10844ea1727d9faece5d172f594037eaf4e04c96.tar.bz2 scummvm-rg350-10844ea1727d9faece5d172f594037eaf4e04c96.zip |
NDS: Disabling the buggy ARM blitters so that the CPU scaler works
svn-id: r29731
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/ds/arm9/makefile | 2 | ||||
-rw-r--r-- | backends/platform/ds/arm9/source/blitters.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/ds/arm9/makefile b/backends/platform/ds/arm9/makefile index e10711d2ef..6422ae24b5 100644 --- a/backends/platform/ds/arm9/makefile +++ b/backends/platform/ds/arm9/makefile @@ -266,7 +266,7 @@ PRE_OBJS_FLAGS = -Wl,--whole-archive POST_OBJS_FLAGS = -Wl,--no-whole-archive endif -PORT_OBJS := $(portdir)/source/blitters_arm.o $(portdir)/source/cdaudio.o $(portdir)/source/dsmain.o \ +PORT_OBJS := $(portdir)/source/blitters.o $(portdir)/source/cdaudio.o $(portdir)/source/dsmain.o \ $(portdir)/../../../fs/ds/ds-fs.o $(portdir)/source/gbampsave.o $(portdir)/source/scummhelp.o\ $(portdir)/source/osystem_ds.o $(portdir)/source/portdefs.o $(portdir)/source/ramsave.o\ $(portdir)/source/scummconsole.o $(portdir)/source/touchkeyboard.o $(portdir)/source/zipreader.o\ diff --git a/backends/platform/ds/arm9/source/blitters.h b/backends/platform/ds/arm9/source/blitters.h index f8c65ed167..a5bfcac617 100644 --- a/backends/platform/ds/arm9/source/blitters.h +++ b/backends/platform/ds/arm9/source/blitters.h @@ -23,7 +23,7 @@ #ifndef _BLITTERS_H_ #define _BLITTERS_H_ -#define USING_ARM_BLITTERS +//#define USING_ARM_BLITTERS #ifndef USING_ARM_BLITTERS |