mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 01:21:10 +00:00
Fix 'Scan Directory'
This commit is contained in:
parent
e3818d50ac
commit
33a2d58891
@ -59,8 +59,7 @@ int action_scan_file(const char *path,
|
|||||||
|
|
||||||
menu_entries_get_last_stack(&menu_path, &menu_label, NULL, &enum_idx, NULL);
|
menu_entries_get_last_stack(&menu_path, &menu_label, NULL, &enum_idx, NULL);
|
||||||
|
|
||||||
if (path)
|
fill_pathname_join(fullpath, menu_path, path, sizeof(fullpath));
|
||||||
fill_pathname_join(fullpath, menu_path, path, sizeof(fullpath));
|
|
||||||
|
|
||||||
task_push_dbscan(
|
task_push_dbscan(
|
||||||
settings->paths.directory_playlist,
|
settings->paths.directory_playlist,
|
||||||
@ -83,8 +82,10 @@ int action_scan_directory(const char *path,
|
|||||||
|
|
||||||
menu_entries_get_last_stack(&menu_path, &menu_label, NULL, &enum_idx, NULL);
|
menu_entries_get_last_stack(&menu_path, &menu_label, NULL, &enum_idx, NULL);
|
||||||
|
|
||||||
|
strlcpy(fullpath, menu_path, sizeof(fullpath));
|
||||||
|
|
||||||
if (path)
|
if (path)
|
||||||
fill_pathname_join(fullpath, menu_path, path, sizeof(fullpath));
|
fill_pathname_join(fullpath, fullpath, path, sizeof(fullpath));
|
||||||
|
|
||||||
task_push_dbscan(
|
task_push_dbscan(
|
||||||
settings->paths.directory_playlist,
|
settings->paths.directory_playlist,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user