mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
Qt: Do blocking game list refresh with autoboot without batch
Still need the entries.
This commit is contained in:
@@ -3434,7 +3434,7 @@ int main(int argc, char* argv[])
|
||||
}
|
||||
|
||||
// When running in batch mode, ensure game list is loaded, but don't scan for any new files.
|
||||
if (!s_state.batch_mode)
|
||||
if (!autoboot)
|
||||
g_main_window->refreshGameList(false);
|
||||
else
|
||||
GameList::Refresh(false, true);
|
||||
|
||||
Reference in New Issue
Block a user