mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
Make --batch run Dolphin in headless mode, provided --exec is also passed
This commit is contained in:
@ -1714,7 +1714,8 @@ void MainWindow::OnUpdateProgressDialog(QString title, int progress, int total)
|
||||
|
||||
void MainWindow::Show()
|
||||
{
|
||||
QWidget::show();
|
||||
if (!Settings::Instance().IsBatchModeEnabled())
|
||||
QWidget::show();
|
||||
|
||||
// If the booting of a game was requested on start up, do that now
|
||||
if (m_pending_boot != nullptr)
|
||||
|
Reference in New Issue
Block a user