GodMode9i/arm9/source/driveOperations.h

12 lines
210 B
C

#ifndef FLASHCARD_H
#define FLASHCARD_H
bool sdFound(void);
bool flashcardFound(void);
bool bothSDandFlashcard(void);
bool sdMount(void);
void sdUnmount(void);
void flashcardMount(void);
#endif //FLASHCARD_H