aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2009-09-25 12:24:14 +0000
committerMax Horn2009-09-25 12:24:14 +0000
commit6eb639d5ca45d761b0c513ee45cad5e109880d06 (patch)
tree17ca89e34ac912e9366a95254b7a649623c8f482 /configure
parent55211a1c1deec4d30870bdc7740fa771e8c3b521 (diff)
downloadscummvm-rg350-6eb639d5ca45d761b0c513ee45cad5e109880d06.tar.gz
scummvm-rg350-6eb639d5ca45d761b0c513ee45cad5e109880d06.tar.bz2
scummvm-rg350-6eb639d5ca45d761b0c513ee45cad5e109880d06.zip
NDS: Added some more DS specific defines to configure
svn-id: r44353
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 56d091251f..05f91fa588 100755
--- a/configure
+++ b/configure
@@ -1516,6 +1516,10 @@ if test -n "$_host"; then
echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
# TODO: complete this
# TODO: Maybe rename nds -> ds (would be more consistent with other backends)
+ DEFINES="$DEFINES -D__DS__ -DNDS -DARM9 -DARM -DNONSTANDARD_PORT"
+ DEFINES="$DEFINES -DDISABLE_FANCY_THEMES -DVECTOR_RENDERER_FORMAT=1555"
+ DEFINES="$DEFINES -DDISABLE_DEFAULT_SAVEFILEMANAGER"
+ DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE"
DEFINES="$DEFINES -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE"
_endian=little
_need_memalign=yes