mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-25 12:56:59 +01:00
Remove the macro
This commit is contained in:
parent
25605859e4
commit
71a2042205
@ -99,8 +99,6 @@ public:
|
||||
Gui::gui->exitMenu();
|
||||
break;
|
||||
case 1:
|
||||
break;
|
||||
case 2:
|
||||
Gui::gui->pushView(Gui::gui->bkv);
|
||||
break;
|
||||
default:
|
||||
|
@ -89,7 +89,7 @@ const char *main_menu_messages[14] = {
|
||||
/*04*/ "States",
|
||||
/*05*/ "^|Load|Save|Delete",
|
||||
/*06*/ "Keyboard",
|
||||
/*07*/ "^|Type|Macro|Bind",
|
||||
/*07*/ "^|Type|Bind",
|
||||
/*08*/ " ",
|
||||
/*09*/ "Game info",
|
||||
/*10*/ "Networking",
|
||||
@ -121,9 +121,8 @@ const char **main_menu_help[14] = {
|
||||
NULL,
|
||||
(const char*[]){
|
||||
"Bind keyboard keys to the",
|
||||
"joysticks, use pre-defined",
|
||||
"macros, or type with the",
|
||||
"virtual keyboard",
|
||||
"joysticks, or type with",
|
||||
"the virtual keyboard",
|
||||
NULL,
|
||||
},
|
||||
NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user