Make help better

This commit is contained in:
simon.kagstrom 2009-12-29 07:50:36 +00:00
parent d09475245f
commit d022302f96

View File

@ -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,