From b73d183c44292cda981a3fd7137ff7670bdeddce Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 30 Sep 2016 08:19:36 +0200 Subject: [PATCH] (Win32) Buildfix --- gfx/common/win32_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/common/win32_common.cpp b/gfx/common/win32_common.cpp index 12ae3caffe..00608bb63b 100644 --- a/gfx/common/win32_common.cpp +++ b/gfx/common/win32_common.cpp @@ -288,7 +288,7 @@ static int win32_drag_query_file(HWND hwnd, WPARAM wparam) path_set(RARCH_PATH_CONTENT, szFilename); - if (!path_is_core_empty()) + if (!path_is_empty(RARCH_PATH_CORE)) { unsigned i; core_info_t *current_core = NULL;