mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 23:42:30 +00:00
(Win32) Buildfix
This commit is contained in:
parent
4410c52d68
commit
103987fab8
@ -99,7 +99,7 @@ LRESULT win32_menu_loop(HWND owner, WPARAM wparam)
|
||||
cmd = EVENT_CMD_LOAD_CORE;
|
||||
break;
|
||||
case ID_M_LOAD_CONTENT:
|
||||
strlcpy(global->fullpath, win32_file, sizeof(global->fullpath));
|
||||
strlcpy(global->path.fullpath, win32_file, sizeof(global->path.fullpath));
|
||||
cmd = EVENT_CMD_LOAD_CONTENT;
|
||||
do_wm_close = true;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user