mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 01:17:57 -05:00
Fix Clang Format
This commit is contained in:
@ -470,6 +470,7 @@ void GameList::RefreshGameDirectory() {
|
||||
if (!UISettings::values.game_directory_path.isEmpty() && current_worker != nullptr) {
|
||||
LOG_INFO(Frontend, "Change detected in the games directory. Reloading game list.");
|
||||
search_field->clear();
|
||||
PopulateAsync(UISettings::values.game_directory_path, UISettings::values.game_directory_deepscan);
|
||||
PopulateAsync(UISettings::values.game_directory_path,
|
||||
UISettings::values.game_directory_deepscan);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user