mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(MaterialUI) Add icons for rooms
This commit is contained in:
parent
38e3cc2087
commit
2b1d1bc8cb
1 changed files with 6 additions and 0 deletions
|
@ -7393,6 +7393,12 @@ static void materialui_list_insert(
|
|||
node->icon_texture_index = MUI_TEXTURE_FOLDER;
|
||||
node->has_icon = true;
|
||||
break;
|
||||
case MENU_ROOM_LAN:
|
||||
case MENU_ROOM_RELAY:
|
||||
case MENU_ROOM:
|
||||
node->icon_texture_index = MUI_TEXTURE_SETTINGS;
|
||||
node->has_icon = true;
|
||||
break;
|
||||
default:
|
||||
if (
|
||||
string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_INFORMATION_LIST)) ||
|
||||
|
|
Loading…
Add table
Reference in a new issue