update core info list after updating core info files (#17613)

This commit is contained in:
Eric Warmenhoven 2025-02-21 15:34:06 -05:00 committed by GitHub
parent bc1bc2431d
commit f7d235f2d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}