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

CSaveUI work

This commit is contained in:
Jack Andersen
2016-12-17 18:16:04 -10:00
parent a2b07ba357
commit 03a93c52b9
11 changed files with 735 additions and 38 deletions

View File

@@ -214,7 +214,7 @@ private:
bool x160_28_ : 1;
bool x160_29_ : 1;
bool x160_30_ : 1;
bool x160_31_ : 1;
bool x160_31_cardInserted : 1;
bool x161_24_ : 1;
};
u16 _dummy = 0;
@@ -251,6 +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;}
EFlowState GetFlowState() const { return x12c_flowState; }
};