MemoryCardImage: Implement save file importing and exporting

This commit is contained in:
Albert Liu
2021-03-04 20:50:20 -08:00
parent e939507f42
commit 50a78489f2
4 changed files with 146 additions and 5 deletions

View File

@ -57,6 +57,9 @@ private:
void promptForSave(Card* card);
void importCard(Card* card);
void doExportSaveFile();
void importSaveFile(Card* card);
std::tuple<Card*, const MemoryCardImage::FileInfo*> getSelectedFile();
void updateButtonState();