sdmmc: fix missing call to GetSdStatus at non-uhsi mode

This commit is contained in:
Michael Scire 2023-01-19 21:44:44 -07:00
parent e4b9930bf3
commit 59a295db79

View file

@ -632,6 +632,8 @@ namespace ams::sdmmc::impl {
R_TRY(this->ExtendBusSpeedAtUhsIMode(max_sm, wb, wb_size));
} else {
R_TRY(this->ExtendBusSpeedAtNonUhsIMode(max_sm, spec_under_1_1, wb, wb_size));
R_TRY(this->GetSdStatus(wb, wb_size));
}
/* Enable power saving. */