mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
exo: receive saved lcd vendor from bl
This commit is contained in:
parent
a843cc0ee7
commit
69f9fb8713
5 changed files with 35 additions and 13 deletions
|
@ -30,6 +30,7 @@ namespace ams::secmon::fatal {
|
|||
sdmmc::SpeedMode speed_mode;
|
||||
sdmmc::BusWidth bus_width;
|
||||
R_TRY(CheckSdCardConnection(std::addressof(speed_mode), std::addressof(bus_width)));
|
||||
AMS_SECMON_LOG("Sd Card Connection:\n");
|
||||
AMS_SECMON_LOG(" Speed Mode: %u\n", static_cast<u32>(speed_mode));
|
||||
AMS_SECMON_LOG(" Bus Width: %u\n", static_cast<u32>(bus_width));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue