This commit is contained in:
twinaphex 2016-01-25 18:19:19 +01:00
parent e141b17bf4
commit c78d3e0fd7
1 changed files with 5 additions and 7 deletions

View File

@ -1076,11 +1076,9 @@ static int generic_action_ok_file_load(const char *path,
{ {
case ACTION_OK_FFMPEG: case ACTION_OK_FFMPEG:
case ACTION_OK_IMAGEVIEWER: case ACTION_OK_IMAGEVIEWER:
{ if (rarch_task_push_content_load_default(
if (rarch_task_push_content_load_default( NULL, new_path, true, action_type, NULL, NULL))
NULL, new_path, true, action_type, NULL, NULL)) action_ok_push_quick_menu();
action_ok_push_quick_menu();
}
break; break;
default: default:
break; break;
@ -1181,8 +1179,8 @@ static int action_ok_download_generic(const char *path,
#ifdef HAVE_NETWORKING #ifdef HAVE_NETWORKING
char s[PATH_MAX_LENGTH]; char s[PATH_MAX_LENGTH];
char s3[PATH_MAX_LENGTH]; char s3[PATH_MAX_LENGTH];
settings_t *settings = config_get_ptr(); menu_file_transfer_t *transf = NULL;
menu_file_transfer_t *transf; settings_t *settings = config_get_ptr();
fill_pathname_join(s, settings->network.buildbot_assets_url, fill_pathname_join(s, settings->network.buildbot_assets_url,
"frontend", sizeof(s)); "frontend", sizeof(s));