mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
(MaterialUI) Update icons
This commit is contained in:
parent
b760a407fd
commit
990f746aee
@ -2241,6 +2241,10 @@ static void mui_list_insert(void *userdata,
|
|||||||
node->texture_switch2 = mui->textures.list[MUI_TEXTURE_PLAYLIST];
|
node->texture_switch2 = mui->textures.list[MUI_TEXTURE_PLAYLIST];
|
||||||
node->texture_switch2_set = true;
|
node->texture_switch2_set = true;
|
||||||
break;
|
break;
|
||||||
|
case 32: /* TODO: Need to find out what this is */
|
||||||
|
node->texture_switch2 = mui->textures.list[MUI_TEXTURE_SETTINGS];
|
||||||
|
node->texture_switch2_set = true;
|
||||||
|
break;
|
||||||
case FILE_TYPE_IN_CARCHIVE:
|
case FILE_TYPE_IN_CARCHIVE:
|
||||||
case FILE_TYPE_PLAIN:
|
case FILE_TYPE_PLAIN:
|
||||||
node->texture_switch2 = mui->textures.list[MUI_TEXTURE_FILE];
|
node->texture_switch2 = mui->textures.list[MUI_TEXTURE_FILE];
|
||||||
@ -2449,6 +2453,8 @@ static void mui_list_insert(void *userdata,
|
|||||||
||
|
||
|
||||||
string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_INPUT_SETTINGS))
|
string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_INPUT_SETTINGS))
|
||||||
||
|
||
|
||||||
|
string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_INPUT_HOTKEY_BINDS))
|
||||||
|
||
|
||||||
string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_CORE_SETTINGS))
|
string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_CORE_SETTINGS))
|
||||||
||
|
||
|
||||||
string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_CONFIGURATION_SETTINGS))
|
string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_CONFIGURATION_SETTINGS))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user