aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2009-10-20 23:07:32 +0000
committerMax Horn2009-10-20 23:07:32 +0000
commit433f7088fb94d2b3192534450650dbab29c5915b (patch)
tree4d795a5f6609d4e84b283f5449ae0e946640ca11
parent257d086aa1855ddf80066eeb3034e898f731bc5c (diff)
downloadscummvm-rg350-433f7088fb94d2b3192534450650dbab29c5915b.tar.gz
scummvm-rg350-433f7088fb94d2b3192534450650dbab29c5915b.tar.bz2
scummvm-rg350-433f7088fb94d2b3192534450650dbab29c5915b.zip
PS2: disable text console, command line support and DOSBox OPL
svn-id: r45294
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index fa2533e6a9..354e12f014 100755
--- a/configure
+++ b/configure
@@ -1516,6 +1516,7 @@ if test -n "$_host"; then
;;
ps2)
# TODO: complete this
+ DEFINES="$DEFINES -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE -DDISABLE_DOSBOX_OPL"
_need_memalign=yes
_backend="ps2"
_build_scalers="no"