mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-23 03:49:26 +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 **options_menu_help[] = {
|
||||||
(const char*[]){
|
(const char*[]){
|
||||||
"Switch controller to",
|
"Switch controller to",
|
||||||
"C64 joystick port mapping",
|
"C64 joystick port",
|
||||||
|
"mapping.",
|
||||||
NULL,
|
NULL,
|
||||||
},
|
},
|
||||||
NULL,
|
NULL,
|
||||||
@ -92,14 +93,14 @@ const char **options_menu_help[] = {
|
|||||||
"Turn on or off true 1541",
|
"Turn on or off true 1541",
|
||||||
"floppy emulation. Might",
|
"floppy emulation. Might",
|
||||||
"be needed in some games",
|
"be needed in some games",
|
||||||
"but slows down emulation",
|
"but slows down emulation.",
|
||||||
NULL,
|
NULL,
|
||||||
},
|
},
|
||||||
NULL,
|
NULL,
|
||||||
(const char*[]){
|
(const char*[]){
|
||||||
"Display 1541 drive LED to",
|
"Display 1541 drive LED to",
|
||||||
"show if the emulation got",
|
"show if the emulation got",
|
||||||
"stuck or is running",
|
"stuck or is running.",
|
||||||
NULL,
|
NULL,
|
||||||
},
|
},
|
||||||
NULL,
|
NULL,
|
||||||
@ -108,12 +109,15 @@ const char **options_menu_help[] = {
|
|||||||
"mapping. Double-center",
|
"mapping. Double-center",
|
||||||
"removes some pixels on the",
|
"removes some pixels on the",
|
||||||
"borders, stretched fills",
|
"borders, stretched fills",
|
||||||
"the display but is slower",
|
"the display but is slower.",
|
||||||
NULL,
|
NULL,
|
||||||
},
|
},
|
||||||
NULL,
|
NULL,
|
||||||
(const char*[]){
|
(const char*[]){
|
||||||
"Setup speed factor",
|
"Setup speed factor (in %).",
|
||||||
|
"Should normally be 100",
|
||||||
|
"unless Simon did some bad",
|
||||||
|
"mistake.",
|
||||||
NULL,
|
NULL,
|
||||||
},
|
},
|
||||||
NULL,
|
NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user