mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Merge pull request #8394 from Pokechu22/misc-di-gpio
Various DI improvements
This commit is contained in:
commit
966e1b31ba
20 changed files with 1554 additions and 517 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