mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-24 19:56:06 +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,
|
||||
(const char*)szFilename, &core_info, &list_size);
|
||||
|
||||
if (!list_size)
|
||||
return 0;
|
||||
|
||||
runloop_ctl(RUNLOOP_CTL_SET_CONTENT_PATH,szFilename);
|
||||
|
||||
if (!string_is_empty(config_get_active_core_path()))
|
||||
|
Loading…
Reference in New Issue
Block a user