mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
CLeanup
This commit is contained in:
parent
8b4dd98d4b
commit
c6e6e300b9
@ -287,12 +287,14 @@ static int win32_drag_query_file(HWND hwnd, WPARAM wparam)
|
||||
{
|
||||
/*pick core that only exists and is bound to work. Ish. */
|
||||
const core_info_t *info = (const core_info_t*)&core_info[0];
|
||||
task_push_content_load_default(
|
||||
info->path, NULL,
|
||||
&content_info,
|
||||
CORE_TYPE_PLAIN,
|
||||
CONTENT_MODE_LOAD_CONTENT_WITH_NEW_CORE_FROM_COMPANION_UI,
|
||||
NULL, NULL);
|
||||
|
||||
if (info)
|
||||
task_push_content_load_default(
|
||||
info->path, NULL,
|
||||
&content_info,
|
||||
CORE_TYPE_PLAIN,
|
||||
CONTENT_MODE_LOAD_CONTENT_WITH_NEW_CORE_FROM_COMPANION_UI,
|
||||
NULL, NULL);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user