From d75fc24ad7846c4c38bb0109b5bba1f7c3708d01 Mon Sep 17 00:00:00 2001 From: mudlord Date: Sat, 4 Jun 2016 12:36:05 +1000 Subject: [PATCH] update --- gfx/common/win32_common.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gfx/common/win32_common.cpp b/gfx/common/win32_common.cpp index 09b3fb7fb7..0a09a0a586 100644 --- a/gfx/common/win32_common.cpp +++ b/gfx/common/win32_common.cpp @@ -269,14 +269,11 @@ 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]; - - runloop_ctl(RUNLOOP_CTL_SET_LIBRETRO_PATH, info->path); - task_push_content_load_default( - NULL, NULL, + info->path, NULL, &content_info, CORE_TYPE_PLAIN, - CONTENT_MODE_LOAD_CONTENT_WITH_CURRENT_CORE_FROM_COMPANION_UI, + CONTENT_MODE_LOAD_CONTENT_WITH_NEW_CORE_FROM_COMPANION_UI, NULL, NULL); } else