diff --git a/src/dosbox.cpp b/src/dosbox.cpp index 93012cb4..2ed8ec4b 100644 --- a/src/dosbox.cpp +++ b/src/dosbox.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: dosbox.cpp,v 1.77 2004-09-09 08:39:28 qbix79 Exp $ */ +/* $Id: dosbox.cpp,v 1.78 2004-09-10 07:44:12 qbix79 Exp $ */ #include #include @@ -235,7 +235,7 @@ void DOSBOX_Init(void) { "frameskip -- How many frames dosbox skips before drawing one.\n" "aspect -- Do aspect correction.\n" "scaler -- Scaler used to enlarge/enhance low resolution modes.\n" - " Supported are none,normal2x,advmame2x,advmame3x,advinterp2x,tv2x.\n" + " Supported are none,normal2x,advmame2x,advmame3x,advinterp2x,interp2x,tv2x.\n" ); secprop=control->AddSection_prop("cpu",&CPU_Init); diff --git a/src/gui/sdlmain.cpp b/src/gui/sdlmain.cpp index 4a6b3e4f..c8dbfaaf 100644 --- a/src/gui/sdlmain.cpp +++ b/src/gui/sdlmain.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: sdlmain.cpp,v 1.77 2004-09-09 10:36:45 qbix79 Exp $ */ +/* $Id: sdlmain.cpp,v 1.78 2004-09-10 07:44:15 qbix79 Exp $ */ #ifndef _GNU_SOURCE #define _GNU_SOURCE @@ -1041,6 +1041,9 @@ int main(int argc, char* argv[]) { "output -- What to use for output: surface,overlay" #if C_OPENGL ",opengl,openglnb" +#endif +#if defined(HAVE_DDRAW_H) && defined(WIN32) + ",ddraw" #endif ".\n" "hwscale -- Extra scaling of window if the output device supports hardware scaling.\n"