mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-06 17:41:24 -04:00
Merge SD stuff into fusee-secondary. Switch diskio to single-sector reads temporarily
This commit is contained in:
parent
299b020ecc
commit
4199be2460
42 changed files with 27485 additions and 172 deletions
|
@ -2,6 +2,11 @@
|
|||
#define FUSEE_SD_UTILS_H
|
||||
|
||||
#include "utils.h"
|
||||
#include "sdmmc.h"
|
||||
#include "ff.h"
|
||||
|
||||
void save_sd_state(void **mmc, void **ff);
|
||||
void resume_sd_state(void *mmc, void *ff);
|
||||
|
||||
size_t read_sd_file(void *dst, size_t dst_size, const char *filename);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue