MemoryCard: Save state support

This commit is contained in:
Connor McLaughlin
2019-09-30 01:59:35 +10:00
parent 623b9996c7
commit 9fc608aa34
5 changed files with 59 additions and 0 deletions

View File

@ -19,6 +19,9 @@ public:
static std::shared_ptr<MemoryCard> Create();
void Reset() override;
bool DoState(StateWrapper& sw) override;
void ResetTransferState() override;
bool Transfer(const u8 data_in, u8* data_out) override;