MemoryCard: Implement GetID command

This commit is contained in:
Stenzek
2024-05-31 21:08:21 +10:00
parent 8ef73203b2
commit e70f155054
2 changed files with 22 additions and 1 deletions

View File

@ -80,6 +80,15 @@ private:
WriteACK1,
WriteACK2,
WriteEnd,
GetIDCardID1,
GetIDCardID2,
GetIDACK1,
GetIDACK2,
GetID1,
GetID2,
GetID3,
GetID4,
};
static TickCount GetSaveDelayInTicks();