summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.cpp
diff options
context:
space:
mode:
authorarchshift <gh@archshift.com>2016-01-01 13:54:06 -0800
committerarchshift <gh@archshift.com>2016-01-01 13:54:06 -0800
commite516a5bc96015c54c425523c4a1f1b89e5a421d5 (patch)
treec4ccff51744e8c297f418403d5ae3a66b86ab0dc /src/citra_qt/main.cpp
parent748856ed9ef7d3bd259e852700b922421ce69380 (diff)
Gamelist: supply default settings for QSettings config
Diffstat (limited to 'src/citra_qt/main.cpp')
-rw-r--r--src/citra_qt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp
index d6c27f0df..d292855ec 100644
--- a/src/citra_qt/main.cpp
+++ b/src/citra_qt/main.cpp
@@ -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) {