2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-15 03:26:08 +00:00

Work on CMemoryCardDriver

This commit is contained in:
Jack Andersen
2016-12-22 20:41:39 -10:00
parent c92223301c
commit d7f79d6ec3
25 changed files with 929 additions and 82 deletions

View File

@@ -59,7 +59,7 @@ bool CSaveUI::PumpLoad()
CSaveUI::UIType CSaveUI::SelectUIType() const
{
if (x6c_cardDriver->x10_state == EState::Two)
if (x6c_cardDriver->x10_state == EState::NoCard)
return UIType::Three;
switch (x10_uiType)
@@ -78,7 +78,7 @@ CSaveUI::UIType CSaveUI::SelectUIType() const
return UIType::One;
}
if (x6c_cardDriver->x10_state == EState::One)
if (x6c_cardDriver->x10_state == EState::Ready)
{
if (x6c_cardDriver->x14_error == CMemoryCardDriver::EError::Six)
return UIType::Twelve;