mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-09 21:51:45 +00:00
sdmmc: fix missing call to GetSdStatus at non-uhsi mode
This commit is contained in:
parent
e4b9930bf3
commit
59a295db79
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue