mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
Cleanup
This commit is contained in:
parent
981cbf93c9
commit
d26905389b
@ -72,9 +72,8 @@ static void wifi_scan_callback(void *task_data,
|
||||
|
||||
static void task_wifi_scan_handler(retro_task_t *task)
|
||||
{
|
||||
wifi_handle_t *state = (wifi_handle_t*)task->state;
|
||||
|
||||
driver_wifi_scan();
|
||||
|
||||
task->progress = 100;
|
||||
task->title = strdup("Wi-Fi scan complete");
|
||||
task->finished = true;
|
||||
|
Loading…
Reference in New Issue
Block a user