mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
Fixup help messages
This commit is contained in:
parent
f88aa54500
commit
eaa82b3e00
@ -231,6 +231,12 @@ const char *bind_key_menu_messages[13] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const char **options_menu_help[14] = {
|
const char **options_menu_help[14] = {
|
||||||
|
(const char*[]){
|
||||||
|
"Help and keyboard.",
|
||||||
|
"shortcuts",
|
||||||
|
NULL,
|
||||||
|
},
|
||||||
|
NULL,
|
||||||
(const char*[]){
|
(const char*[]){
|
||||||
"Switch controller to",
|
"Switch controller to",
|
||||||
"C64 joystick port",
|
"C64 joystick port",
|
||||||
@ -273,7 +279,6 @@ const char **options_menu_help[14] = {
|
|||||||
NULL,
|
NULL,
|
||||||
},
|
},
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
|
||||||
(const char*[]){
|
(const char*[]){
|
||||||
"Setup theme for the Frodo",
|
"Setup theme for the Frodo",
|
||||||
"menus.",
|
"menus.",
|
||||||
|
Loading…
Reference in New Issue
Block a user