mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-24 18:42:05 +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] {
|
this->registerAction("menus/cheats/exclude_all"_i18n, brls::Key::X, [this] {
|
||||||
std::set<std::string> exclude;
|
std::set<std::string> exclude;
|
||||||
if (true) {
|
for (const auto& item : items) {
|
||||||
for (const auto& item : items) {
|
exclude.insert(item.second);
|
||||||
exclude.insert(item.second);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
extract::writeTitlesToFile(exclude, CHEATS_EXCLUDE);
|
extract::writeTitlesToFile(exclude, CHEATS_EXCLUDE);
|
||||||
brls::Application::popView();
|
brls::Application::popView();
|
||||||
|
|
Loading…
Reference in a new issue