151 Commits

Author SHA1 Message Date
Joel16
38597d9c4d Makefile: Bump version to 0.9.2 0.9.2 2024-12-08 15:39:45 +00:00
Joel16
3de922a28a README.md: Update readme to reflect new features 2024-12-08 15:21:03 +00:00
Joel16
8af06a4125 kernel: Fix memleaks in GetInitalVersion 2024-12-08 15:19:34 +00:00
Joel16
1ffd98db99 misc: Get manufacturing date from twlnand and display in misc category 2024-12-08 15:17:47 +00:00
Joel16
40d25e2246 system: Use more explicit variable names for GetCheckDigit 2024-12-08 14:22:15 +00:00
Joel16
8ff0c24077 system: Fix check digit on serials with more than 2 letters 2024-12-08 14:16:52 +00:00
Joel16
32ba683bfb logs: Don't create logs on non debug builds 0.9.1 2024-11-22 11:30:38 +00:00
Joel16
ba3d5e0529 README.md: Update readme to reflect new features 2024-11-22 11:02:53 +00:00
Joel16
6a90b8e340 Makefile: Bump version to 0.9.1 2024-11-21 15:40:28 +00:00
Joel16
1c18db345c system: Fix NAND local friend code seed 2024-11-21 15:35:09 +00:00
Joel16
61c72843a4 Makefile: re-introduce .CIA support 2024-11-19 11:29:48 +00:00
Joel16
d3973eced2 Battery: Display PMIC and battery vendor code 2024-11-19 11:06:14 +00:00
Joel16
31fe2a0ca6 gui: Disable home button before launching button tester 2024-11-19 10:55:20 +00:00
Joel16
08f7c5613a gui: Allow button tester to check for home button input 2024-11-18 22:15:42 +00:00
Joel16
464aff72da log: Introduce logging to failing functions for debugging purposes 2024-11-18 12:13:50 +00:00
Joel16
6b4126272e Makefile: Re-include app metadata 2024-11-17 12:45:20 +00:00
Joel16
3cdaa48922 nnid: Hide non functioning details for now 0.9.0 2024-11-11 16:24:13 +00:00
Joel16
34de6a0f90 gui: Display battery temperature in both °C/°F 2024-11-11 15:55:07 +00:00
Joel16
61971ff8a6 WiFi: Fix duplicated slots 2024-11-11 15:43:04 +00:00
Joel16
d3230c3ead system: Display soap ID 2024-11-10 21:43:04 +00:00
Joel16
7109b47bba kernel: Fix device ID check 2024-11-10 21:36:15 +00:00
Joel16
2ca59c7066 hardware: Fix auto brightness check 2024-11-08 15:20:15 +00:00
Joel16
91147dbdcb system: Display check digit with serial 2024-11-08 13:24:48 +00:00
Joel16
f707137337 kernel: Fix GetInitalVersion 2024-11-07 12:31:45 +00:00
Joel16
823dca4c32 gui: Init DSP for audio jack status 2024-11-07 11:51:37 +00:00
Joel16
f7393ae769 gui: Cleanup ButtonTester code 2024-11-06 13:16:14 +00:00
Joel16
29a440e14a system: Fix GetRunningHW 2024-11-06 12:21:43 +00:00
Joel16
36ee7df0d9 config: Initalize config outside of service and fix parental control block 2024-11-06 12:20:26 +00:00
Joel16
132f6c0798 gui: Fix WiFi signal strength 2024-11-05 15:05:03 +00:00
Joel16
bd0169797d system: Fix missing comma in runningHW list 2024-09-25 12:43:29 -04:00
Joel16
8f3882508b system: Fix running hw 2024-09-25 12:38:37 -04:00
Joel16
c5720a11bb gui: Initialize more required services and switch to L + R for button tester 2024-09-25 11:42:03 -04:00
Joel16
d457b87298 nnid: Reimplement NNID info page 2024-09-23 22:02:09 -04:00
Joel16
14ad4441c6 .gitignore: Ignore 3DS executables/binary files 2024-09-23 20:31:14 -04:00
Joel16
699eae4369 Makefile: Re-anble app icon 2024-09-22 19:01:47 -04:00
Joel16
159111e215 wifi: Reimplement WiFi info 2024-09-22 15:00:57 -04:00
Joel16
0b24bee1bb storage: Use arrays to hold storage data 2024-09-21 18:59:44 -04:00
Joel16
0dad16af0c system: Fix OS_SharedConfig->running_hw values (thanks to 3dbrew) 2024-09-21 12:28:10 -04:00
Joel16
3923eb0881 kernel: Use osGetSystemVersionDataString to get system version and return a string for unknown values instead of nullptrs 2024-09-21 11:15:49 -04:00
Joel16
7b951f3170 next: Reimplement 3DSident in C++ 2024-09-20 10:50:21 -04:00
Joel
c665eebce9
Merge pull request #29 from xfix/network-name-containing-%p
Avoid crashing on SSID containing %p
2021-07-06 10:40:54 -04:00
Konrad Borowski
2577cfd66c Avoid crashing on SSID containing %p 2021-07-06 15:00:52 +02:00
Joel
d7811b9460
Update README.md to reflect new changes 2018-08-03 01:16:16 -05:00
Joel16
bdf282adbd Make things ready for the final release
- Remove screenshot function since rosalina can now be used.
- Fixed device ID display on GUI.
- Lowered size for WiFi and Storage menu in GUI
- Console will now exit with any button excluding the rosalina activation buttons.
0.8.0
2018-08-02 23:38:53 -05:00
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