mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
(MaterialUI) Add icons for rooms
This commit is contained in:
parent
38e3cc2087
commit
2b1d1bc8cb
@ -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…
Reference in New Issue
Block a user