mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 12:57:52 +00:00
main: Remove extraneous comment
This commit is contained in:
parent
46e2ca5475
commit
9b2d38582f
1 changed files with 0 additions and 1 deletions
|
@ -1396,7 +1396,6 @@ void GMainWindow::OnMenuInstallToNAND() {
|
|||
tr("The file was successfully installed."));
|
||||
game_list->PopulateAsync(UISettings::values.game_directory_path,
|
||||
UISettings::values.game_directory_deepscan);
|
||||
// Clear the game list cache.
|
||||
FileUtil::DeleteDirRecursively(FileUtil::GetUserPath(FileUtil::UserPath::CacheDir) +
|
||||
DIR_SEP + "game_list");
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue