mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-21 19:12:42 +02:00
sdmmc: fix missing call to GetSdStatus at non-uhsi mode
This commit is contained in:
parent
044c8fbd72
commit
0913b4d150
@ -632,6 +632,8 @@ namespace ams::sdmmc::impl {
|
|||||||
R_TRY(this->ExtendBusSpeedAtUhsIMode(max_sm, wb, wb_size));
|
R_TRY(this->ExtendBusSpeedAtUhsIMode(max_sm, wb, wb_size));
|
||||||
} else {
|
} else {
|
||||||
R_TRY(this->ExtendBusSpeedAtNonUhsIMode(max_sm, spec_under_1_1, wb, wb_size));
|
R_TRY(this->ExtendBusSpeedAtNonUhsIMode(max_sm, spec_under_1_1, wb, wb_size));
|
||||||
|
|
||||||
|
R_TRY(this->GetSdStatus(wb, wb_size));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Enable power saving. */
|
/* Enable power saving. */
|
||||||
|
Loading…
Reference in New Issue
Block a user