Skip to content

Commit

Permalink
update core info list after updating core info files (#17613)
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven authored Feb 21, 2025
1 parent bc1bc24 commit f7d235f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions menu/cbs/menu_cbs_ok.c
Original file line number Diff line number Diff line change
Expand Up @@ -4871,6 +4871,9 @@ static void cb_decompressed(retro_task_t *task,
case MENU_ENUM_LABEL_CB_UPDATE_AUTOCONFIG_PROFILES:
generic_action_ok_command(CMD_EVENT_REINIT);
break;
case MENU_ENUM_LABEL_CB_UPDATE_CORE_INFO_FILES:
generic_action_ok_command(CMD_EVENT_CORE_INFO_INIT);
break;
default:
break;
}
Expand Down

0 comments on commit f7d235f

Please sign in to comment.