mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 21:24:11 -04:00
exo/mariko fatal: save fatal error binaries to the SD
This commit is contained in:
parent
5f6942aec8
commit
b32c9bf17c
20 changed files with 24419 additions and 12 deletions
|
@ -21,5 +21,6 @@ namespace ams::secmon::fatal {
|
|||
Result InitializeSdCard();
|
||||
Result CheckSdCardConnection(sdmmc::SpeedMode *out_sm, sdmmc::BusWidth *out_bw);
|
||||
Result ReadSdCard(void *dst, size_t size, size_t sector_index, size_t sector_count);
|
||||
Result WriteSdCard(size_t sector_index, size_t sector_count, const void *src, size_t size);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue