GodMode9i/arm9/source/driveOperations.h

10 lines
168 B
C

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