mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 07:38:04 -05:00
main: Remove extraneous comment
This commit is contained in:
@ -1396,7 +1396,6 @@ void GMainWindow::OnMenuInstallToNAND() {
|
|||||||
tr("The file was successfully installed."));
|
tr("The file was successfully installed."));
|
||||||
game_list->PopulateAsync(UISettings::values.game_directory_path,
|
game_list->PopulateAsync(UISettings::values.game_directory_path,
|
||||||
UISettings::values.game_directory_deepscan);
|
UISettings::values.game_directory_deepscan);
|
||||||
// Clear the game list cache.
|
|
||||||
FileUtil::DeleteDirRecursively(FileUtil::GetUserPath(FileUtil::UserPath::CacheDir) +
|
FileUtil::DeleteDirRecursively(FileUtil::GetUserPath(FileUtil::UserPath::CacheDir) +
|
||||||
DIR_SEP + "game_list");
|
DIR_SEP + "game_list");
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user