diff options
| author | Léo Lam <leo@leolam.fr> | 2022-03-02 11:56:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-02 11:56:11 +0100 |
| commit | 666db194366eec88ffdde57b704f8558df0caf7e (patch) | |
| tree | 5c8e59aa40e9407f718fddddbfdf88d49338faab /Source/Core/DolphinQt/MenuBar.cpp | |
| parent | 8ecfa537a242de74d2e372e30d9d79b14584b2fb (diff) | |
| parent | 41a336888965b1ef535084839644a061dc10eafe (diff) | |
Merge pull request #10322 from Starsam80/nand
NANDImporter: Various improvements and cleanup
Diffstat (limited to 'Source/Core/DolphinQt/MenuBar.cpp')
| -rw-r--r-- | Source/Core/DolphinQt/MenuBar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/MenuBar.cpp b/Source/Core/DolphinQt/MenuBar.cpp index 7eb5e4a540..4797da750c 100644 --- a/Source/Core/DolphinQt/MenuBar.cpp +++ b/Source/Core/DolphinQt/MenuBar.cpp @@ -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")); |
