mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-06 17:41:24 -04:00
Move fatfs around
This commit is contained in:
parent
0d344e45af
commit
e5fff14689
20 changed files with 18 additions and 18 deletions
|
@ -3,11 +3,11 @@
|
|||
|
||||
#include "utils.h"
|
||||
#include "sdmmc.h"
|
||||
#include "ff.h"
|
||||
#include "lib/fatfs/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);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue