diff options
Diffstat (limited to 'src')
| -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 | }; |