From 59e4b7e7d829b388597ca3187d6d24988ab16d48 Mon Sep 17 00:00:00 2001 From: stephena Date: Sun, 4 Jul 2004 15:16:22 +0000 Subject: [PATCH] Added '-gl_fsmax' description to the list of commandline options. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@292 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/unix/SettingsUNIX.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stella/src/unix/SettingsUNIX.cxx b/stella/src/unix/SettingsUNIX.cxx index 2ff641d7f..2eae1ea6d 100644 --- a/stella/src/unix/SettingsUNIX.cxx +++ b/stella/src/unix/SettingsUNIX.cxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: SettingsUNIX.cxx,v 1.4 2004-06-20 00:52:37 stephena Exp $ +// $Id: SettingsUNIX.cxx,v 1.5 2004-07-04 15:16:22 stephena Exp $ //============================================================================ #include @@ -80,6 +80,7 @@ void SettingsUNIX::usage(string& message) << " nearest Normal scaling (GL_NEAREST)\n" << " linear Blurred scaling (GL_LINEAR)\n" << " -gl_aspect Scale the width by the given amount\n" + << " -gl_fsmax <0|1> Use the largest available screenmode in fullscreen OpenGL\n" << endl #endif << " -sound <0|1> Enable sound generation\n"