mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-08 11:31:43 +00:00
remove silly leftover
This commit is contained in:
parent
b5a31185e2
commit
ff3746a83a
1 changed files with 2 additions and 4 deletions
|
@ -269,10 +269,8 @@ void AppPage_Exclude::PopulatePage()
|
|||
|
||||
this->registerAction("menus/cheats/exclude_all"_i18n, brls::Key::X, [this] {
|
||||
std::set<std::string> exclude;
|
||||
if (true) {
|
||||
for (const auto& item : items) {
|
||||
exclude.insert(item.second);
|
||||
}
|
||||
for (const auto& item : items) {
|
||||
exclude.insert(item.second);
|
||||
}
|
||||
extract::writeTitlesToFile(exclude, CHEATS_EXCLUDE);
|
||||
brls::Application::popView();
|
||||
|
|
Loading…
Reference in a new issue