mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
(Win32) Buildfix
This commit is contained in:
parent
da64bb0f0d
commit
b73d183c44
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user