mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Merge pull request #13278 from JoshuaVandaele/saves-import
Implement importing multiple saves from an export folder
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user