Merge pull request #10322 from Starsam80/nand

NANDImporter: Various improvements and cleanup
This commit is contained in:
Léo Lam
2022-03-02 11:56:11 +01:00
committed by GitHub
4 changed files with 134 additions and 106 deletions

View File

@ -1176,7 +1176,7 @@ void MenuBar::CheckNAND()
void MenuBar::NANDExtractCertificates()
{
if (DiscIO::NANDImporter().ExtractCertificates(File::GetUserPath(D_WIIROOT_IDX)))
if (DiscIO::NANDImporter().ExtractCertificates())
{
ModalMessageBox::information(this, tr("Success"),
tr("Successfully extracted certificates from NAND"));