mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Remove DVDInterface::ChangeDiscAsHost
There isn't much point in keeping this utility function around now that RunAsCPUThread provides a simple way of running things on the CPU thread.
This commit is contained in:
@ -369,7 +369,7 @@ void CFrame::DoOpen(bool Boot)
|
||||
}
|
||||
else
|
||||
{
|
||||
DVDInterface::ChangeDiscAsHost(WxStrToStr(path));
|
||||
Core::RunAsCPUThread([&path] { DVDInterface::ChangeDisc(WxStrToStr(path)); });
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user