mirror of
https://github.com/libretro/RetroArch
synced 2024-12-29 12:31:05 +00:00
Updates
This commit is contained in:
parent
8321978d4d
commit
bf035b634b
@ -286,9 +286,9 @@ static int win32_drag_query_file(HWND hwnd, WPARAM wparam)
|
|||||||
if (!list_size)
|
if (!list_size)
|
||||||
return 0;
|
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;
|
unsigned i;
|
||||||
core_info_t *current_core = NULL;
|
core_info_t *current_core = NULL;
|
||||||
|
@ -582,7 +582,7 @@ LRESULT win32_menu_loop(HWND owner, WPARAM wparam)
|
|||||||
{
|
{
|
||||||
content_ctx_info_t content_info = {0};
|
content_ctx_info_t content_info = {0};
|
||||||
|
|
||||||
path_set_content(win32_file);
|
path_set(RARCH_PATH_CONTENT, win32_file);
|
||||||
|
|
||||||
do_wm_close = true;
|
do_wm_close = true;
|
||||||
task_push_content_load_default(
|
task_push_content_load_default(
|
||||||
|
Loading…
Reference in New Issue
Block a user