diff options
Diffstat (limited to '')
| -rw-r--r-- | src/citra_qt/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index d292855ec..144f11117 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp | |||
| @@ -208,7 +208,7 @@ GMainWindow::GMainWindow() : emu_thread(nullptr) | |||
| 208 | 208 | ||
| 209 | show(); | 209 | show(); |
| 210 | 210 | ||
| 211 | game_list->PopulateAsync(settings.value("gameListRootDir", "").toString(), settings.value("gameListDeepScan", false).toBool()); | 211 | game_list->PopulateAsync(settings.value("gameListRootDir", ".").toString(), settings.value("gameListDeepScan", false).toBool()); |
| 212 | 212 | ||
| 213 | QStringList args = QApplication::arguments(); | 213 | QStringList args = QApplication::arguments(); |
| 214 | if (args.length() >= 2) { | 214 | if (args.length() >= 2) { |