aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2010-08-03 11:25:37 +0000
committerEugene Sandulenko2010-08-03 11:25:37 +0000
commit5d212755ced446403739a229277b0087c9f8ec08 (patch)
treec56c21e8a9a5ca3b94a67e04ff00bd562a1b4b9d
parent02cca98ed6fce6d7aced41974eaf2fd1622f207c (diff)
downloadscummvm-rg350-5d212755ced446403739a229277b0087c9f8ec08.tar.gz
scummvm-rg350-5d212755ced446403739a229277b0087c9f8ec08.tar.bz2
scummvm-rg350-5d212755ced446403739a229277b0087c9f8ec08.zip
NDS: Disable NES APU for the platform
svn-id: r51680
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d276ab541c..abc044e171 100755
--- a/configure
+++ b/configure
@@ -1540,7 +1540,7 @@ if test -n "$_host"; then
DEFINES="$DEFINES -DDISABLE_FANCY_THEMES -DVECTOR_RENDERER_FORMAT=1555"
DEFINES="$DEFINES -DDISABLE_DEFAULT_SAVEFILEMANAGER"
DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE -DSTREAM_AUDIO_FROM_DISK"
- DEFINES="$DEFINES -DDISABLE_DOSBOX_OPL -DDISABLE_SID"
+ DEFINES="$DEFINES -DDISABLE_DOSBOX_OPL -DDISABLE_SID -DDISABLE_NES_APU"
DEFINES="$DEFINES -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE"
_need_memalign=yes
add_line_to_config_mk 'USE_ARM_SOUND_ASM = 1'