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
commit 666db19436
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"));