Gamelist: supply default settings for QSettings config

This commit is contained in:
archshift 2016-01-01 13:54:06 -08:00
parent 748856ed9e
commit e516a5bc96

View file

@ -208,7 +208,7 @@ GMainWindow::GMainWindow() : emu_thread(nullptr)
show();
game_list->PopulateAsync(settings.value("gameListRootDir").toString(), settings.value("gameListDeepScan").toBool());
game_list->PopulateAsync(settings.value("gameListRootDir", "").toString(), settings.value("gameListDeepScan", false).toBool());
QStringList args = QApplication::arguments();
if (args.length() >= 2) {