Skip to content

Commit

Permalink
(Ozone) Add missing icon for 'State Slot' option in Quick Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
hhromic committed Jun 19, 2020
1 parent 4c6b139 commit d9fabec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions menu/drivers/ozone/ozone_texture.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ uintptr_t ozone_entries_icon_get_texture(ozone_handle_t *ozone,
return ozone->icons_textures[OZONE_ENTRIES_ICONS_TEXTURE_ACHIEVEMENT_LIST];
case MENU_ENUM_LABEL_ACHIEVEMENT_LIST_HARDCORE:
return ozone->icons_textures[OZONE_ENTRIES_ICONS_TEXTURE_ACHIEVEMENT_LIST];
case MENU_ENUM_LABEL_STATE_SLOT:
return ozone->icons_textures[OZONE_ENTRIES_ICONS_TEXTURE_SETTING];
case MENU_ENUM_LABEL_SAVE_STATE:
case MENU_ENUM_LABEL_CORE_CREATE_BACKUP:
return ozone->icons_textures[OZONE_ENTRIES_ICONS_TEXTURE_SAVESTATE];
Expand Down

0 comments on commit d9fabec

Please sign in to comment.