mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Make --batch run Dolphin in headless mode, provided --exec is also passed
This commit is contained in:
parent
80e8037e0b
commit
b6df0bff93
3 changed files with 11 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue