diff options
author | Max Horn | 2009-10-20 23:07:32 +0000 |
---|---|---|
committer | Max Horn | 2009-10-20 23:07:32 +0000 |
commit | 433f7088fb94d2b3192534450650dbab29c5915b (patch) | |
tree | 4d795a5f6609d4e84b283f5449ae0e946640ca11 /configure | |
parent | 257d086aa1855ddf80066eeb3034e898f731bc5c (diff) | |
download | scummvm-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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |