mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Merge pull request #3980 from JosJuice/changedisc-threading-simplification
DVDInterface: Simplify calling ChangeDisc from CPU thread
This commit is contained in:
commit
baf9abe911
6 changed files with 25 additions and 24 deletions
|
@ -132,7 +132,7 @@ void CRenderFrame::OnDropFiles(wxDropFilesEvent& event)
|
|||
}
|
||||
else
|
||||
{
|
||||
DVDInterface::ChangeDisc(filepath);
|
||||
DVDInterface::ChangeDiscAsHost(filepath);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue