Set task_screenshot to non blocking

This commit is contained in:
Jean-André Santoni 2016-12-01 20:40:54 +01:00
parent 41f1063da3
commit db8f47cb58
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ static bool screenshot_dump(
}
#endif
task->type = TASK_TYPE_BLOCKING;
task->type = TASK_TYPE_NONE;
task->state = state;
task->handler = task_screenshot_handler;
if (!savestate)