This commit is contained in:
twinaphex 2016-10-01 09:49:15 +02:00
parent 8321978d4d
commit bf035b634b
2 changed files with 3 additions and 3 deletions

View File

@ -286,9 +286,9 @@ static int win32_drag_query_file(HWND hwnd, WPARAM wparam)
if (!list_size)
return 0;
path_set_content(szFilename);
path_set(RARCH_PATH_CONTENT, szFilename);
if (!path_is_core_empty())
if (!path_is_empty(RARCH_PATH_CONTENT))
{
unsigned i;
core_info_t *current_core = NULL;

View File

@ -582,7 +582,7 @@ LRESULT win32_menu_loop(HWND owner, WPARAM wparam)
{
content_ctx_info_t content_info = {0};
path_set_content(win32_file);
path_set(RARCH_PATH_CONTENT, win32_file);
do_wm_close = true;
task_push_content_load_default(