mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Implement RTC flag, which is counter-intuitively disc drive related
This commit is contained in:
@ -686,7 +686,7 @@ void MainWindow::ChangeDisc()
|
||||
|
||||
void MainWindow::EjectDisc()
|
||||
{
|
||||
Core::RunAsCPUThread(DVDInterface::EjectDisc);
|
||||
Core::RunAsCPUThread([] { DVDInterface::EjectDisc(DVDInterface::EjectCause::User); });
|
||||
}
|
||||
|
||||
void MainWindow::Open()
|
||||
|
Reference in New Issue
Block a user