mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 21:26:07 +00:00
Merge pull request #13278 from JoshuaVandaele/saves-import
Implement importing multiple saves from an export folder
This commit is contained in:
commit
6515807685
4 changed files with 115 additions and 14 deletions
|
@ -156,6 +156,7 @@ private:
|
|||
|
||||
void InstallWAD();
|
||||
void ImportWiiSave();
|
||||
void ImportWiiSaves();
|
||||
void ExportWiiSaves();
|
||||
void CheckNAND();
|
||||
void NANDExtractCertificates();
|
||||
|
@ -221,6 +222,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