Merge pull request #3980 from JosJuice/changedisc-threading-simplification

DVDInterface: Simplify calling ChangeDisc from CPU thread
This commit is contained in:
Matthew Parlane 2016-07-13 22:48:47 +12:00 committed by GitHub
commit baf9abe911
6 changed files with 25 additions and 24 deletions

View file

@ -132,7 +132,7 @@ void CRenderFrame::OnDropFiles(wxDropFilesEvent& event)
}
else
{
DVDInterface::ChangeDisc(filepath);
DVDInterface::ChangeDiscAsHost(filepath);
}
}