mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-17 05:11:01 +00:00
sdmmc: fix missing call to GetSdStatus at non-uhsi mode
This commit is contained in:
parent
e4b9930bf3
commit
59a295db79
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user