NANDImporter: Make a class variable for the NAND root

This commit is contained in:
Starsam80 2021-12-29 15:19:21 -07:00
commit 643057fea2
No known key found for this signature in database
GPG key ID: 4E48BB48BA7E9026
4 changed files with 20 additions and 22 deletions

View file

@ -1175,7 +1175,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"));