mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 03:10:14 +00:00
(Menu) Rename 'cb_db_scan' to 'cb_db_scan_folder'
This commit is contained in:
parent
f25303e5ef
commit
bef584fa6f
@ -35,7 +35,7 @@ static int action_scan_directory(const char *path,
|
|||||||
|
|
||||||
fill_pathname_join(fullpath, menu_path, path, sizeof(fullpath));
|
fill_pathname_join(fullpath, menu_path, path, sizeof(fullpath));
|
||||||
|
|
||||||
rarch_main_data_msg_queue_push(DATA_TYPE_DB, fullpath, "cb_db_scan", 0, 1, true);
|
rarch_main_data_msg_queue_push(DATA_TYPE_DB, fullpath, "cb_db_scan_folder", 0, 1, true);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user