mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix regression caused by core info file caching - Downloads was no
longer showing up in Load Content
This commit is contained in:
parent
9cd19d4944
commit
33de17548b
1 changed files with 6 additions and 0 deletions
|
@ -1846,6 +1846,12 @@ static core_info_list_t *core_info_list_new(const char *path,
|
||||||
* cannot be cached */
|
* cannot be cached */
|
||||||
info->is_locked = core_info_path_is_locked(path_list->lock_list,
|
info->is_locked = core_info_path_is_locked(path_list->lock_list,
|
||||||
core_filename);
|
core_filename);
|
||||||
|
/* 'info_count' is normally incremented inside
|
||||||
|
* core_info_parse_config_file(). If core entry
|
||||||
|
* is cached, must instead increment the value
|
||||||
|
* here */
|
||||||
|
if (info->has_info)
|
||||||
|
core_info_list->info_count++;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue