CMemoryCardDriver progress

Former-commit-id: 32a5ad5b71
This commit is contained in:
2022-10-11 00:00:52 -04:00
parent 24cc7fda7d
commit 3fca1f9c89
7 changed files with 175 additions and 37 deletions

View File

@@ -34,6 +34,7 @@ class CArchitectureMessage {
public:
EArchMsgType GetType() const { return x4_type; }
private:
EArchMsgTarget x0_target;
EArchMsgType x4_type;