mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 01:38:12 +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,
|
||||
salamander_name, sizeof(new_path));
|
||||
path_set_content(new_path);
|
||||
path_set(RARCH_PATH_CONTENT, new_path);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
@ -286,7 +286,7 @@ static int win32_drag_query_file(HWND hwnd, WPARAM wparam)
|
||||
if (!list_size)
|
||||
return 0;
|
||||
|
||||
path_set_content(szFilename);
|
||||
path_set(RARCH_PATH_CONTENT, szFilename);
|
||||
|
||||
if (!path_is_core_empty())
|
||||
{
|
||||
|
@ -581,7 +581,7 @@ LRESULT win32_menu_loop(HWND owner, WPARAM wparam)
|
||||
{
|
||||
content_ctx_info_t content_info = {0};
|
||||
|
||||
path_set_content(win32_file);
|
||||
path_set(RARCH_PATH_CONTENT, win32_file);
|
||||
|
||||
do_wm_close = true;
|
||||
task_push_content_load_default(
|
||||
|
Loading…
Reference in New Issue
Block a user