From 433f7088fb94d2b3192534450650dbab29c5915b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 20 Oct 2009 23:07:32 +0000 Subject: [PATCH] PS2: disable text console, command line support and DOSBox OPL svn-id: r45294 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index fa2533e6a9b..354e12f0147 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"