mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-14 23:24:26 -04:00
fusee_cpp: various fixes, unpatched erista boots now
This commit is contained in:
parent
e5106ffa2c
commit
596f5c3f52
8 changed files with 1032 additions and 68 deletions
|
@ -25,4 +25,6 @@ namespace ams::nxboot {
|
|||
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);
|
||||
|
||||
void FinalizeSdCard();
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue