mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 17:18:53 +00:00
Implement multiple saves import
https://bugs.dolphin-emu.org/issues/12887
This commit is contained in:
parent
c344514ba2
commit
42fb43dacf
4 changed files with 115 additions and 14 deletions
|
@ -153,6 +153,7 @@ private:
|
|||
|
||||
void InstallWAD();
|
||||
void ImportWiiSave();
|
||||
void ImportWiiSaves();
|
||||
void ExportWiiSaves();
|
||||
void CheckNAND();
|
||||
void NANDExtractCertificates();
|
||||
|
@ -214,6 +215,7 @@ private:
|
|||
QAction* m_extract_certificates;
|
||||
std::array<QAction*, 5> m_wii_remotes;
|
||||
QAction* m_import_wii_save;
|
||||
QAction* m_import_wii_saves;
|
||||
QAction* m_export_wii_saves;
|
||||
|
||||
// Emulation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue