mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-16 23:37:11 +00:00
(RMenu) Cosmetic tweaks -label adjustments
This commit is contained in:
parent
15e9860ab9
commit
98385f8ccf
@ -2206,7 +2206,7 @@ static void ingame_menu(item *items, menu *current_menu, uint64_t input)
|
||||
render_msg_place_func(x_position, (y_position+(y_position_increment*MENU_ITEM_RETURN_TO_MULTIMAN)), font_size, MENU_ITEM_SELECTED(MENU_ITEM_RETURN_TO_MULTIMAN), "Return to multiMAN");
|
||||
#endif
|
||||
|
||||
render_msg_place_func(x_position, (y_position+(y_position_increment*MENU_ITEM_RETURN_TO_DASHBOARD)), font_size, MENU_ITEM_SELECTED(MENU_ITEM_RETURN_TO_DASHBOARD), "Return to XMB");
|
||||
render_msg_place_func(x_position, (y_position+(y_position_increment*MENU_ITEM_RETURN_TO_DASHBOARD)), font_size, MENU_ITEM_SELECTED(MENU_ITEM_RETURN_TO_DASHBOARD), "Return to Dashboard");
|
||||
|
||||
render_msg_place_func(x_position, comment_y_position, font_size, LIGHTBLUE, comment);
|
||||
|
||||
|
@ -207,7 +207,7 @@ item rmenu_items[MAX_NO_OF_CONTROLS_SETTINGS] =
|
||||
#ifdef HAVE_RSOUND
|
||||
{
|
||||
SETTING_RSOUND_SERVER_IP_ADDRESS,
|
||||
"RSound Audio Server IP Address",
|
||||
"RSound Server IP Address",
|
||||
"",
|
||||
0.0f,
|
||||
0.0f,
|
||||
@ -218,12 +218,12 @@ item rmenu_items[MAX_NO_OF_CONTROLS_SETTINGS] =
|
||||
#endif
|
||||
{
|
||||
SETTING_ENABLE_CUSTOM_BGM,
|
||||
"Enable Custom BGM Feature",
|
||||
"Custom BGM Feature",
|
||||
"",
|
||||
0.0f,
|
||||
0.0f,
|
||||
YELLOW,
|
||||
"INFO - [Enable Custom BGM] feature is set to 'ON'.",
|
||||
"INFO - [Custom BGM] feature is set to 'ON'.",
|
||||
WHITE,
|
||||
},
|
||||
{
|
||||
@ -757,7 +757,7 @@ item ingame_menu_settings[MENU_ITEM_LAST] =
|
||||
#endif
|
||||
{
|
||||
MENU_ITEM_RETURN_TO_DASHBOARD,
|
||||
"Return to XMB",
|
||||
"Return to Dashboard",
|
||||
"",
|
||||
0.0f,
|
||||
0.0f,
|
||||
|
Loading…
Reference in New Issue
Block a user