ozone: don't use subsetting icon for config
This commit is contained in:
parent
265683b0aa
commit
9ceceef2b8
|
@ -1182,9 +1182,7 @@ static unsigned ozone_entries_icon_get_id(ozone_handle_t *ozone,
|
|||
return OZONE_ENTRIES_ICONS_TEXTURE_ROOM_RELAY;
|
||||
#endif
|
||||
case MENU_SETTING_ACTION:
|
||||
if (ozone->depth == 3)
|
||||
return OZONE_ENTRIES_ICONS_TEXTURE_SETTING;
|
||||
return OZONE_ENTRIES_ICONS_TEXTURE_SUBSETTING;
|
||||
return OZONE_ENTRIES_ICONS_TEXTURE_SETTING;
|
||||
}
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
|
|
Loading…
Reference in New Issue