Revert "Update GX/WIn32 builds"

This reverts commit 28a96fbb05b5bdc6bcf85ca0d30bcd8ce9c2c2fc.
This commit is contained in:
twinaphex 2016-10-01 08:17:07 +02:00
parent c28de7d3ff
commit 0f26cade79
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(RARCH_PATH_CONTENT, new_path);
path_set_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(RARCH_PATH_CONTENT, szFilename);
path_set_content(szFilename);
if (!path_is_core_empty())
{

View File

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