mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Implement RTC flag, which is counter-intuitively disc drive related
This commit is contained in:
parent
77189e74cd
commit
11bd132650
7 changed files with 49 additions and 10 deletions
|
@ -686,7 +686,7 @@ void MainWindow::ChangeDisc()
|
|||
|
||||
void MainWindow::EjectDisc()
|
||||
{
|
||||
Core::RunAsCPUThread(DVDInterface::EjectDisc);
|
||||
Core::RunAsCPUThread([] { DVDInterface::EjectDisc(DVDInterface::EjectCause::User); });
|
||||
}
|
||||
|
||||
void MainWindow::Open()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue