From bf035b634bbec2a7785a9d8b763e1d763798242b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 1 Oct 2016 09:49:15 +0200 Subject: [PATCH] Updates --- gfx/common/win32_common.cpp | 4 ++-- ui/drivers/ui_win32.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gfx/common/win32_common.cpp b/gfx/common/win32_common.cpp index 3abebcb945..16146adab3 100644 --- a/gfx/common/win32_common.cpp +++ b/gfx/common/win32_common.cpp @@ -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; diff --git a/ui/drivers/ui_win32.c b/ui/drivers/ui_win32.c index d144c1f2ce..2ee92d0991 100644 --- a/ui/drivers/ui_win32.c +++ b/ui/drivers/ui_win32.c @@ -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(