GodMode9i/arm9/source/driveOperations.h

18 lines
369 B
C

#ifndef FLASHCARD_H
#define FLASHCARD_H
extern u8 stored_SCFG_MC;
extern bool sdMounted;
extern bool flashcardMounted;
extern bool sdFound(void);
extern bool flashcardFound(void);
extern bool bothSDandFlashcard(void);
extern bool sdMount(void);
extern void sdUnmount(void);
extern bool flashcardMount(void);
extern void flashcardUnmount(void);
#endif //FLASHCARD_H