mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
HW/DVD: Rename DVDInterface namespace to DVD.
This commit is contained in:
parent
dca8e9dc1e
commit
ee35103ed9
11 changed files with 44 additions and 47 deletions
|
@ -752,9 +752,8 @@ void MainWindow::ChangeDisc()
|
|||
|
||||
void MainWindow::EjectDisc()
|
||||
{
|
||||
Core::RunAsCPUThread([] {
|
||||
Core::System::GetInstance().GetDVDInterface().EjectDisc(DVDInterface::EjectCause::User);
|
||||
});
|
||||
Core::RunAsCPUThread(
|
||||
[] { Core::System::GetInstance().GetDVDInterface().EjectDisc(DVD::EjectCause::User); });
|
||||
}
|
||||
|
||||
void MainWindow::OpenUserFolder()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue