2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 02:27:43 +00:00

Finishing touches to CMemoryCardDriver

This commit is contained in:
Jack Andersen
2016-12-23 19:23:50 -10:00
parent a7d2e62846
commit 5e2f2e3af8
7 changed files with 581 additions and 567 deletions

View File

@@ -214,7 +214,7 @@ private:
bool x160_28_ : 1;
bool x160_29_ : 1;
bool x160_30_ : 1;
bool x160_31_cardInserted : 1;
bool x160_31_cardBusy : 1;
bool x161_24_ : 1;
};
u16 _dummy = 0;
@@ -251,7 +251,7 @@ public:
void ShutdownSubsystems() {}
EGameplayResult GetGameplayResult() const {return xe4_gameplayResult;}
void SetGameplayResult(EGameplayResult wl) {xe4_gameplayResult = wl;}
void SetCardInserted(bool v) {x160_31_cardInserted = v;}
void SetCardBusy(bool v) {x160_31_cardBusy = v;}
EFlowState GetFlowState() const { return x12c_flowState; }
};