mirror of
https://github.com/joel16/3DSident.git
synced 2024-11-23 03:29:45 +00:00
cf84991672
- Cleaned up a bunch of functions - Now builds with the latest toolchain. - GUI uses Citro2D.
11 lines
240 B
C
11 lines
240 B
C
#ifndef _3DSIDENT_HARDWARE_H_
|
|
#define _3DSIDENT_HARDWARE_H_
|
|
|
|
#include <3ds.h>
|
|
|
|
char *Hardware_GetAudioJackStatus(void);
|
|
char *Hardware_GetCardSlotStatus(void);
|
|
char *Hardware_DetectSD(void);
|
|
char *Hardware_GetBrightness(u32 screen);
|
|
|
|
#endif |