Update GX/WIn32 builds

This commit is contained in:
twinaphex 2016-09-30 06:39:47 +02:00
parent 3a7e9a7052
commit 28a96fbb05
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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())
{

View File

@ -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(