mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 22:20:31 +00:00
Minor menu opacity fixes. (#15069)
Remove "Framebuffer opacity" from XMB as it does not use it. Also, rename the corresponding menu title, since "framebuffer" is not that intuitive.
This commit is contained in:
parent
17b46b5f93
commit
ed2ffb5393
@ -6193,11 +6193,11 @@ MSG_HASH(
|
|||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_MENU_FRAMEBUFFER_OPACITY,
|
MENU_ENUM_LABEL_VALUE_MENU_FRAMEBUFFER_OPACITY,
|
||||||
"Framebuffer Opacity"
|
"Menu Opacity"
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_MENU_FRAMEBUFFER_OPACITY,
|
MENU_ENUM_SUBLABEL_MENU_FRAMEBUFFER_OPACITY,
|
||||||
"Modify the opacity of the framebuffer."
|
"Modify the opacity of the default menu background."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_MENU_USE_PREFERRED_SYSTEM_COLOR_THEME,
|
MENU_ENUM_LABEL_VALUE_MENU_USE_PREFERRED_SYSTEM_COLOR_THEME,
|
||||||
|
@ -16282,7 +16282,8 @@ static bool setting_append_list(
|
|||||||
SETTINGS_DATA_LIST_CURRENT_ADD_FLAGS(list, list_info, SD_FLAG_LAKKA_ADVANCED);
|
SETTINGS_DATA_LIST_CURRENT_ADD_FLAGS(list, list_info, SD_FLAG_LAKKA_ADVANCED);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (string_is_not_equal(settings->arrays.menu_driver, "rgui"))
|
if (string_is_not_equal(settings->arrays.menu_driver, "rgui") &&
|
||||||
|
string_is_not_equal(settings->arrays.menu_driver, "xmb"))
|
||||||
{
|
{
|
||||||
CONFIG_FLOAT(
|
CONFIG_FLOAT(
|
||||||
list, list_info,
|
list, list_info,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user