mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
cleanup
This commit is contained in:
parent
b36f823d73
commit
7b533c6720
@ -64,6 +64,7 @@ static void netplay_crc_scan_callback(void *task_data,
|
||||
}
|
||||
|
||||
command_event(CMD_EVENT_NETPLAY_INIT_DIRECT_DEFERRED, state->hostname);
|
||||
|
||||
task_push_content_load_default(
|
||||
info->list[i].path, state->path,
|
||||
&content_info,
|
||||
@ -159,20 +160,12 @@ static void task_netplay_crc_scan_handler(retro_task_t *task)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
else
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
*/
|
||||
no_playlists:
|
||||
string_list_free(state->lpl_list);
|
||||
task_set_progress(task, 100);
|
||||
task_set_title(task, strdup("Couldn't find compatible content"));
|
||||
task_set_finished(task, true);
|
||||
free(state);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user