diff options
| author | 2019-05-30 10:47:56 -0400 | |
|---|---|---|
| committer | 2019-05-30 10:47:56 -0400 | |
| commit | 9b2d38582f1b7ad1d3c8dbc73a379cfca4fdabb2 (patch) | |
| tree | d91b361de8f11c9dde3b890c146598735bc9b7a4 | |
| parent | game_list_worker: Add better error handling to caching (diff) | |
| download | yuzu-9b2d38582f1b7ad1d3c8dbc73a379cfca4fdabb2.tar.gz yuzu-9b2d38582f1b7ad1d3c8dbc73a379cfca4fdabb2.tar.xz yuzu-9b2d38582f1b7ad1d3c8dbc73a379cfca4fdabb2.zip | |
main: Remove extraneous comment
| -rw-r--r-- | src/yuzu/main.cpp | 1 |
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 | }; |