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

Memory card bug fixes

This commit is contained in:
Jack Andersen
2017-02-03 17:46:12 -10:00
parent 6968d9f0d3
commit 9ea7cee23c
14 changed files with 133 additions and 88 deletions

View File

@@ -241,7 +241,6 @@ public:
bool x38_lastDoDraw = false;
bool x39_fusionNotComplete = false;
bool x3a_mpNotComplete = false;
bool m_nesUnsupported = false;
SFusionBonusFrame();
void FinishedLoading();
@@ -255,7 +254,6 @@ public:
{
x39_fusionNotComplete = false;
x3a_mpNotComplete = false;
m_nesUnsupported = false;
}
void DoCancel(CGuiTableGroup* caller);