mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Qt: Implement "Extract Certificates from NAND"
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user