From 61213b497547a38c72bc36cdd32e3bd440b4690b Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Tue, 7 Mar 2006 00:40:17 +0000 Subject: [PATCH] Gamma message is now correct. (yes you can use gamma in any port in any video mode now) --- zsnes/src/zloader.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/zsnes/src/zloader.c b/zsnes/src/zloader.c index 59668428..25ad4dfa 100644 --- a/zsnes/src/zloader.c +++ b/zsnes/src/zloader.c @@ -93,10 +93,7 @@ static void display_help() put_line(" -e Skip enter key press at the beginning"); #endif put_line(" -f # Enable fixed frame rate [0...9]"); -#ifdef __MSDOS__ put_line(" -g # Specify gamma correction value [0...15]"); - put_line(" (Only works properly in 8-bit modes)"); -#endif put_line(" -h Force HiROM"); put_line(" -j Disable Mouse (Automatically turns off right mouse click)"); put_line(" -k # Set Volume Level (0 .. 100)");