aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2010-08-03 11:26:10 +0000
committerEugene Sandulenko2010-08-03 11:26:10 +0000
commited9c3093b5cf041b8ddb304a5a03ec6dad3575f6 (patch)
tree9bc254cdbbff1abf1316e186f2d9ad3455e09c44
parent1ec8a75ef6a07436d8e143fba7662a00ac39afd8 (diff)
downloadscummvm-rg350-ed9c3093b5cf041b8ddb304a5a03ec6dad3575f6.tar.gz
scummvm-rg350-ed9c3093b5cf041b8ddb304a5a03ec6dad3575f6.tar.bz2
scummvm-rg350-ed9c3093b5cf041b8ddb304a5a03ec6dad3575f6.zip
PS2: Disable CPU-hungry sound chips
svn-id: r51682
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index f8343f3a6a..5c9bcdf884 100755
--- a/configure
+++ b/configure
@@ -1706,6 +1706,7 @@ if test -n "$_host"; then
ps2)
# TODO: complete this
DEFINES="$DEFINES -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE -DDISABLE_DOSBOX_OPL"
+ DEFINES="$DEFINES -DDISABLE_SID -DDISABLE_NES_APU"
_need_memalign=yes
_backend="ps2"
_build_scalers=no