summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/MenuBar.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2022-03-02 11:56:11 +0100
committerGitHub <noreply@github.com>2022-03-02 11:56:11 +0100
commit666db194366eec88ffdde57b704f8558df0caf7e (patch)
tree5c8e59aa40e9407f718fddddbfdf88d49338faab /Source/Core/DolphinQt/MenuBar.cpp
parent8ecfa537a242de74d2e372e30d9d79b14584b2fb (diff)
parent41a336888965b1ef535084839644a061dc10eafe (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.cpp2
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"));