MemoryCardImage: Implement save file importing and exporting
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user