mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt: Implement Batch flag (-b)
This commit is contained in:
@ -526,7 +526,7 @@ void MainWindow::OnStopComplete()
|
||||
m_stop_requested = false;
|
||||
HideRenderWidget();
|
||||
|
||||
if (m_exit_requested)
|
||||
if (m_exit_requested || Settings::Instance().IsBatchModeEnabled())
|
||||
QGuiApplication::instance()->quit();
|
||||
|
||||
// If the current emulation prevented the booting of another, do that now
|
||||
|
Reference in New Issue
Block a user