mirror of
https://github.com/joel16/3DSident.git
synced 2024-11-23 03:29:45 +00:00
99fc2e4c58
Basically cleaning up and making sure functions succeed before returning the result.
10 lines
151 B
C
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 |