Set task_screenshot to non blocking
This commit is contained in:
parent
41f1063da3
commit
db8f47cb58
|
@ -212,7 +212,7 @@ static bool screenshot_dump(
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
task->type = TASK_TYPE_BLOCKING;
|
task->type = TASK_TYPE_NONE;
|
||||||
task->state = state;
|
task->state = state;
|
||||||
task->handler = task_screenshot_handler;
|
task->handler = task_screenshot_handler;
|
||||||
if (!savestate)
|
if (!savestate)
|
||||||
|
|
Loading…
Reference in New Issue