Commit Graph

107 Commits

Author SHA1 Message Date
Joel16
f7ded94e60 Fix touch controls and mcu firm in GUI 2018-08-02 23:10:34 -05:00
Joel16
d1fb56454f Minor console version changes
- Now displays wifi mac addrs
- Displays card slot
- Displays NAND/Original lfcs
- Properly get 3dsident version isntead of hardcoded string.
2018-08-02 23:10:09 -05:00
Joel16
5c6c123364 Remove unused FS_RecursiveMakeDir() 2018-08-02 23:09:08 -05:00
Joel16
2dcd466f97 Update FS functions
Removed FS_RecursiveMakeDir because it is unused.
2018-08-02 23:08:33 -05:00
Joel16
833fbad1c4 Fix info display on certain menu items 2018-08-02 21:35:30 -05:00
Joel16
84dffe1a19 Fix crash on storage menu 2018-08-02 21:35:08 -05:00
Joel16
1e0b1e41b2 Fix headphone status 2018-08-02 21:34:57 -05:00
Joel16
4bded33d60 Get NAND local friend code seed 2018-08-02 21:34:46 -05:00
Joel16
3091371464 Fix text alignment 2018-07-31 18:08:33 -05:00
Joel16
5885bc912d Integrate button tester 2018-07-31 15:31:16 -05:00
Joel16
4b259cd7e3 Remove object files (binary) 2018-07-31 14:01:05 -05:00
Joel16
965ba9bbd1 Remove binary 2018-07-31 14:00:04 -05:00
Joel16
cf84991672 Merge GUI and Console in one branch
- Cleaned up a bunch of functions
- Now builds with the latest toolchain.
- GUI uses Citro2D.
2018-07-31 13:59:17 -05:00
Joel16
669d7bd450 Add flask meta 2018-01-13 10:11:53 -06:00
Joel
135a56258f
Update README.md 2017-12-17 11:19:27 -06:00
Joel16
c7968f4fa5 Bump version 2017-12-17 11:17:10 -06:00
Joel16
bcad84154b Read brightness from HW Regs
Should now work on o3ds/2ds as well.
2017-12-17 01:06:35 -06:00
Joel16
29de5b2df0 Fix blank WiFi page for those not on the latest version of luma 2017-12-16 12:06:05 -06:00
Joel
cef81c2074
Update feature list 2017-12-14 22:43:12 -06:00
Joel16
a180a21157 Refactor makefile and fix banner audio
Also bumped version.
2017-12-14 22:19:56 -06:00
Joel16
a275861c64 Display brightness value instead of percentage 2017-12-13 17:51:37 -06:00
Joel16
a8e4e2e801 Hide unique info if (select) is held during boot
This fixes https://github.com/joel16/3DSident/issues/22
2017-12-13 17:39:00 -06:00
Joel16
5dca409085 Properly display security mode 2017-12-12 01:08:37 -06:00
Joel16
63d9fce285 CFGI_SecureInfoGetSerialNumber is now included in ctrulib 2017-12-12 01:01:03 -06:00
Joel16
713fb65fa3 Make use of ctrulib's api for ac services 2017-12-12 00:57:51 -06:00
Joel16
0052b8cbb0 Use ac:i instead of config blocks for wifi info 2017-12-12 00:40:06 -06:00
Joel16
14953e30c9 Use CFGI instead of PS
Now we can get rid of initalzing the PS service.
2017-12-11 15:52:17 -06:00
Joel16
fb02508df6 Display brightness explicitly 2017-09-26 14:45:31 -05:00
Joel16
c4fe6742a1 Merge upstream changes from GUI branch and make ready for release 2017-09-19 20:26:53 -05:00
Joel
9f73a067d4 Update feature list 2017-09-17 11:53:47 -05:00
Joel16
25107b62e2 Display running hw like GUI 2017-09-17 11:45:30 -05:00
Joel16
d3f8b192f3 Merge upstream changes from GUI 2017-09-17 01:16:14 -05:00
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
Joel
656331af53 Minor changes to ACTU, also displays Mii ID (nothing major)
Worth mentioning my mii data struct is probably quite off.
2017-08-02 13:00:11 -04:00
Joel
19a81d7ef8 Refactor makefile and get rid of 3DS tools 2017-07-29 23:50:03 -04:00
Joel
c4ad79a984 Merge branch 'master' of https://github.com/joel16/3DSident 2017-07-22 02:13:41 -04:00
Joel
8c0e4906b0 Include actu header changes from GUI branch incase anyone is interested in researching 2017-07-22 02:13:37 -04:00
Joel
1745344656 Update features list 2017-07-20 23:37:52 -04:00
Joel
5efd947df5 Minor adjustments before release
Switch brightness with title count info.

Simply because brightness can have its values refresh whereas tiltle count cannot unless you exit the app.
2017-07-20 23:26:55 -04:00
Joel
6dd031650f Display WiFi mac addr + use my own interpreation of wifi struct
The comments are basically a copy/paste of the info provided on 3Dbrew.
2017-07-19 02:54:19 -04:00
Joel
661932e95d Remove dupes, more consistency + break wifi slot info into separate lines
So many dupes
2017-07-17 02:57:18 -04:00
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
Joel
b288fd5093 Merge upstream changes
Decided to remove config info, and keep 3DSident (original) minimal and only display cruical information.

GSPLCD header is no longer required now that it's been merged into ctrulib

Screenshots are now in the same format as 3DShell.

All file handling functions use FS:USER
2017-07-15 02:00:34 -04:00
Joel
a945036c67 Minor clean up + upstream changes form GUI 2017-07-12 02:02:17 -04:00
Joel
738b237453 Merge upstream changes from GUI
(Excluding a few GUI exclusive NNID info.)
2017-07-09 16:09:50 -04:00
Joel
51697267e4 Clean up and follow up on code consistency 2017-07-05 16:22:25 -04:00
Joel
669b5d0115 Merge upstream changes from GUI 2017-06-25 12:58:31 -04:00
Joel
0ee6f749ba Refactor ANY_KEY
This is because certain headphones without buttons may cause 3DSident to
exit automatically due to the fact that any key can be used to exit the
app.
2017-06-11 14:55:28 -04:00
Joel
1f022655b3 Merge upstream changes from GUI - Config Info category 2017-06-10 14:27:59 -04:00
Joel
c0fe6d3b9d Moved includes to include dir, and merged changes from GUI 2017-06-09 17:50:50 -04:00