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