mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 15:40:28 +00:00
account for if people have core id files but not the actual cores.
This commit is contained in:
parent
8bb4425bc2
commit
b1833c2d52
@ -279,6 +279,9 @@ static int win32_drag_query_file(HWND hwnd, WPARAM wparam)
|
|||||||
core_info_list_get_supported_cores(core_info_list,
|
core_info_list_get_supported_cores(core_info_list,
|
||||||
(const char*)szFilename, &core_info, &list_size);
|
(const char*)szFilename, &core_info, &list_size);
|
||||||
|
|
||||||
|
if (!list_size)
|
||||||
|
return 0;
|
||||||
|
|
||||||
runloop_ctl(RUNLOOP_CTL_SET_CONTENT_PATH,szFilename);
|
runloop_ctl(RUNLOOP_CTL_SET_CONTENT_PATH,szFilename);
|
||||||
|
|
||||||
if (!string_is_empty(config_get_active_core_path()))
|
if (!string_is_empty(config_get_active_core_path()))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user