Merge pull request #8714 from JosJuice/progress-dialog-thread

DolphinQt: Run tasks that use progress dialogs on separate threads
This commit is contained in:
JMC47
2020-04-21 23:59:37 -04:00
committed by GitHub
17 changed files with 225 additions and 132 deletions

View File

@ -140,10 +140,6 @@ void Host_YieldToUI()
{
}
void Host_UpdateProgressDialog(const char* caption, int position, int total)
{
}
void Host_TitleChanged()
{
}