mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
Merge pull request #7556 from natinusala/ozone
ozone: don't use subsetting icon for config
This commit is contained in:
commit
b932d3f031
@ -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…
x
Reference in New Issue
Block a user