Merge branch 'master' into dev

This commit is contained in:
ITotalJustice
2025-05-24 23:40:52 +01:00
21 changed files with 4287 additions and 2619 deletions

View File

@@ -1673,7 +1673,7 @@ void App::DisplayInstallOptions(bool left_side) {
App::GetApp()->m_skip_ticket.Set(enable);
}));
options->Add(std::make_shared<ui::SidebarEntryBool>("skip NCA hash verify"_i18n, App::GetApp()->m_skip_nca_hash_verify.Get(), [](bool& enable){
options->Add(std::make_shared<ui::SidebarEntryBool>("Skip NCA hash verify"_i18n, App::GetApp()->m_skip_nca_hash_verify.Get(), [](bool& enable){
App::GetApp()->m_skip_nca_hash_verify.Set(enable);
}));