summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Zach Hilman2019-05-30 10:47:56 -0400
committerGravatar Zach Hilman2019-05-30 10:47:56 -0400
commit9b2d38582f1b7ad1d3c8dbc73a379cfca4fdabb2 (patch)
treed91b361de8f11c9dde3b890c146598735bc9b7a4
parentgame_list_worker: Add better error handling to caching (diff)
downloadyuzu-9b2d38582f1b7ad1d3c8dbc73a379cfca4fdabb2.tar.gz
yuzu-9b2d38582f1b7ad1d3c8dbc73a379cfca4fdabb2.tar.xz
yuzu-9b2d38582f1b7ad1d3c8dbc73a379cfca4fdabb2.zip
main: Remove extraneous comment
-rw-r--r--src/yuzu/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp
index 86aed0d94..f8a0daebd 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -1396,7 +1396,6 @@ void GMainWindow::OnMenuInstallToNAND() {
1396 tr("The file was successfully installed.")); 1396 tr("The file was successfully installed."));
1397 game_list->PopulateAsync(UISettings::values.game_directory_path, 1397 game_list->PopulateAsync(UISettings::values.game_directory_path,
1398 UISettings::values.game_directory_deepscan); 1398 UISettings::values.game_directory_deepscan);
1399 // Clear the game list cache.
1400 FileUtil::DeleteDirRecursively(FileUtil::GetUserPath(FileUtil::UserPath::CacheDir) + 1399 FileUtil::DeleteDirRecursively(FileUtil::GetUserPath(FileUtil::UserPath::CacheDir) +
1401 DIR_SEP + "game_list"); 1400 DIR_SEP + "game_list");
1402 }; 1401 };