mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
GLUI: Restore core list icons (#17293)
This commit is contained in:
parent
0d4eeb647a
commit
da05947b41
@ -10378,6 +10378,9 @@ static void materialui_list_insert(
|
||||
node->icon_texture_index = MUI_TEXTURE_DISK;
|
||||
node->icon_type = MUI_ICON_TYPE_INTERNAL;
|
||||
break;
|
||||
case FILE_TYPE_DOWNLOAD_CORE:
|
||||
case FILE_TYPE_CORE:
|
||||
case MENU_SETTING_ACTION_CORE_MANAGER_OPTIONS:
|
||||
case MENU_SETTING_ACTION_CORE_LOCK:
|
||||
case MENU_SETTING_ACTION_CORE_SET_STANDALONE_EXEMPT:
|
||||
case MENU_CONTENTLESS_CORES_TAB:
|
||||
|
Loading…
x
Reference in New Issue
Block a user