3DSident/include/power.h
Joel f8769ed82d Upstream changes with GUI, screen glitch fixes and more!
- 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.
2017-07-16 03:35:22 -04:00

8 lines
92 B
C

#ifndef POWER_H
#define POWER_H
#include <3ds.h>
const char * batteryStatus(void);
#endif