mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-12-24 17:21:51 +01:00
Tidy up
Fixing white space and some small renames
This commit is contained in:
parent
0d00291a23
commit
808bc60cb1
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
static const char* tabs[3] =
|
static const char* tabs[3] =
|
||||||
{
|
{
|
||||||
"Browser",
|
"Files",
|
||||||
"History",
|
"History",
|
||||||
"Favorites"
|
"Favorites"
|
||||||
};
|
};
|
||||||
|
@ -205,7 +205,7 @@ static component_context_menu_t options_context_menu = { .list = {
|
|||||||
{ .text = "Set Save Type", .submenu = &set_save_type_context_menu },
|
{ .text = "Set Save Type", .submenu = &set_save_type_context_menu },
|
||||||
{ .text = "Set TV Type", .submenu = &set_tv_type_context_menu },
|
{ .text = "Set TV Type", .submenu = &set_tv_type_context_menu },
|
||||||
{ .text = "Set ROM to autoload", .action = set_autoload_type },
|
{ .text = "Set ROM to autoload", .action = set_autoload_type },
|
||||||
{ .text = "Add To Favorite", .action = add_favorite },
|
{ .text = "Add to favorite", .action = add_favorite },
|
||||||
COMPONENT_CONTEXT_MENU_LIST_END,
|
COMPONENT_CONTEXT_MENU_LIST_END,
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user