mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Revert "Update GX/WIn32 builds"
This reverts commit 28a96fbb05b5bdc6bcf85ca0d30bcd8ce9c2c2fc.
This commit is contained in:
parent
c28de7d3ff
commit
0f26cade79
@ -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(RARCH_PATH_CONTENT, new_path);
|
||||
path_set_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(RARCH_PATH_CONTENT, szFilename);
|
||||
path_set_content(szFilename);
|
||||
|
||||
if (!path_is_core_empty())
|
||||
{
|
||||
|
@ -582,7 +582,7 @@ LRESULT win32_menu_loop(HWND owner, WPARAM wparam)
|
||||
{
|
||||
content_ctx_info_t content_info = {0};
|
||||
|
||||
path_set(RARCH_PATH_CONTENT, win32_file);
|
||||
path_set_content(win32_file);
|
||||
|
||||
do_wm_close = true;
|
||||
task_push_content_load_default(
|
||||
|
Loading…
x
Reference in New Issue
Block a user