mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Merge pull request #5407 from aarononeal/hotfix/slowscan
Fix slow content scans.
This commit is contained in:
commit
ca6a7578e4
@ -414,7 +414,7 @@ static int task_database_iterate_crc_lookup(
|
|||||||
unsupported_content = core_info_unsupported_content_path(name);
|
unsupported_content = core_info_unsupported_content_path(name);
|
||||||
|
|
||||||
/* don't scan files that can't be in this database */
|
/* don't scan files that can't be in this database */
|
||||||
if(!db_supports_content && !unsupported_content)
|
if(!db_supports_content || unsupported_content)
|
||||||
return database_info_list_iterate_next(db_state);
|
return database_info_list_iterate_next(db_state);
|
||||||
|
|
||||||
snprintf(query, sizeof(query),
|
snprintf(query, sizeof(query),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user