mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 01:15:08 -05:00
HW/DVD: Rename DVDInterface namespace to DVD.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user