mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +01:00
Make help better
This commit is contained in:
parent
d09475245f
commit
d022302f96
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user