2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:07:42 +00:00

Various UI fixes, unsupported emulator message

This commit is contained in:
Jack Andersen
2017-02-02 21:33:46 -10:00
parent e30ec98b6e
commit 6968d9f0d3
3 changed files with 30 additions and 15 deletions

View File

@@ -238,9 +238,10 @@ public:
CGuiTableGroup* x28_tablegroup_options = nullptr;
CGuiTableGroup* x2c_tablegroup_fusionsuit = nullptr;
SGuiTextPair x30_textpane_instructions;
bool x38_lastDoUpdate = false;
bool x38_lastDoDraw = false;
bool x39_fusionNotComplete = false;
bool x3a_mpNotComplete = false;
bool m_nesUnsupported = false;
SFusionBonusFrame();
void FinishedLoading();
@@ -254,6 +255,7 @@ public:
{
x39_fusionNotComplete = false;
x3a_mpNotComplete = false;
m_nesUnsupported = false;
}
void DoCancel(CGuiTableGroup* caller);