mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 12:45:50 +00:00
Qt: Implement "Extract Certificates from NAND"
This commit is contained in:
parent
561d31f887
commit
1173c2f790
2 changed files with 17 additions and 0 deletions
|
@ -96,6 +96,7 @@ private:
|
|||
void InstallWAD();
|
||||
void ImportWiiSave();
|
||||
void ExportWiiSaves();
|
||||
void NANDExtractCertificates();
|
||||
|
||||
// File
|
||||
QAction* m_open_action;
|
||||
|
@ -109,6 +110,7 @@ private:
|
|||
QAction* m_ntscu_ipl;
|
||||
QAction* m_pal_ipl;
|
||||
QAction* m_import_backup;
|
||||
QAction* m_extract_certificates;
|
||||
|
||||
// Emulation
|
||||
QAction* m_play_action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue