3DSident/include/hardware.h
Joel16 99fc2e4c58 Merge upstream changes from GUI
Basically cleaning up and making sure functions succeed before returning the result.
2017-09-15 11:16:13 -05:00

10 lines
151 B
C

#ifndef HARDWARE_H
#define HARDWARE_H
#include <3ds.h>
char * getCardSlotStatus(void);
char * getBrightness(u32 screen);
bool detectSD(void);
#endif