mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Update GX/WIn32 builds
This commit is contained in:
parent
3a7e9a7052
commit
28a96fbb05
@ -386,7 +386,7 @@ static void frontend_gx_exitspawn(char *s, size_t len)
|
|||||||
{
|
{
|
||||||
fill_pathname_join(new_path, g_defaults.dir.core,
|
fill_pathname_join(new_path, g_defaults.dir.core,
|
||||||
salamander_name, sizeof(new_path));
|
salamander_name, sizeof(new_path));
|
||||||
path_set_content(new_path);
|
path_set(RARCH_PATH_CONTENT, new_path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
@ -286,7 +286,7 @@ 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_core_empty())
|
||||||
{
|
{
|
||||||
|
@ -581,7 +581,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…
x
Reference in New Issue
Block a user