summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchshift <gh@archshift.com>2016-01-01 22:54:06 +0100
committerarchshift <gh@archshift.com>2016-01-01 22:54:06 +0100
commite516a5bc96015c54c425523c4a1f1b89e5a421d5 (patch)
treec4ccff51744e8c297f418403d5ae3a66b86ab0dc
parentMerge pull request #1305 from lioncash/override (diff)
downloadyuzu-e516a5bc96015c54c425523c4a1f1b89e5a421d5.tar
yuzu-e516a5bc96015c54c425523c4a1f1b89e5a421d5.tar.gz
yuzu-e516a5bc96015c54c425523c4a1f1b89e5a421d5.tar.bz2
yuzu-e516a5bc96015c54c425523c4a1f1b89e5a421d5.tar.lz
yuzu-e516a5bc96015c54c425523c4a1f1b89e5a421d5.tar.xz
yuzu-e516a5bc96015c54c425523c4a1f1b89e5a421d5.tar.zst
yuzu-e516a5bc96015c54c425523c4a1f1b89e5a421d5.zip
-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) {