From d022302f968147397d79519bfcc51b08cbfe485e Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Tue, 29 Dec 2009 07:50:36 +0000 Subject: [PATCH] Make help better --- menu_messages.cpp | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/menu_messages.cpp b/menu_messages.cpp index 7f0105e..cb88556 100644 --- a/menu_messages.cpp +++ b/menu_messages.cpp @@ -84,7 +84,8 @@ const char **options_menu_messages = (const char*[]){ const char **options_menu_help[] = { (const char*[]){ "Switch controller to", - "C64 joystick port mapping", + "C64 joystick port", + "mapping.", NULL, }, NULL, @@ -92,14 +93,14 @@ const char **options_menu_help[] = { "Turn on or off true 1541", "floppy emulation. Might", "be needed in some games", - "but slows down emulation", + "but slows down emulation.", NULL, }, NULL, (const char*[]){ "Display 1541 drive LED to", "show if the emulation got", - "stuck or is running", + "stuck or is running.", NULL, }, NULL, @@ -108,12 +109,15 @@ const char **options_menu_help[] = { "mapping. Double-center", "removes some pixels on the", "borders, stretched fills", - "the display but is slower", + "the display but is slower.", NULL, }, NULL, (const char*[]){ - "Setup speed factor", + "Setup speed factor (in %).", + "Should normally be 100", + "unless Simon did some bad", + "mistake.", NULL, }, NULL,