1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-19 09:45:12 -06:00

Avoid parsing RomFS to directory in NCA

This commit is contained in:
Zach Hilman
2018-07-28 12:32:16 -04:00
parent 826b1394e8
commit 9e88f03e75
18 changed files with 438 additions and 18 deletions

View File

@@ -764,6 +764,7 @@ void GMainWindow::OnConfigure() {
configureDialog.applyConfiguration();
if (UISettings::values.theme != old_theme)
UpdateUITheme();
game_list->PopulateAsync(UISettings::values.gamedir, UISettings::values.gamedir_deepscan);
config->Save();
}
}