mirror of
https://github.com/joel16/3DSident.git
synced 2024-11-23 03:29:45 +00:00
f8769ed82d
- System version now displays region ID: U = USA/CAN E = EUR/AUS J = JPN C = CHN K = KOR T = TWN - Minor code clean up + consistency. - Now displays home menu ID in misc tab. - WiFi information, SSID and password. Thanks to LiquidFenrir for his WiFi manager's network struct. - New colours: - Displays Homemenu ID - Displays IP address - Displays brightness Cyan for misc info. Purple for NNID. Green for WiFi slots. - Fixed buffer overflows thanks to GCC 7.1.0.
8 lines
92 B
C
8 lines
92 B
C
#ifndef POWER_H
|
|
#define POWER_H
|
|
|
|
#include <3ds.h>
|
|
|
|
const char * batteryStatus(void);
|
|
|
|
#endif |