mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(Win32) Buildfix
This commit is contained in:
parent
da64bb0f0d
commit
b73d183c44
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue