Commit Graph

41 Commits

Author SHA1 Message Date
joel16
7413411329 kernel: Display touchscreen firmware version 2023-10-14 17:13:17 -04:00
joel16
8e12e71691 menus: Use structs to hold information that doesn't need to be refreshed every frame 2023-06-19 15:44:57 -04:00
joel16
c7cfefe8d1 menus: Refactor DrawItem functions 2023-06-18 17:59:51 -04:00
joel16
5785623568 kernel: Get cradle FW version (stubbed for now) 2023-06-18 17:47:44 -04:00
joel16
57c75634e6 System: Display headphone connection status 2023-06-18 15:50:31 -04:00
joel16
8892836e58 app: Minor style changes and cleanup 2023-06-18 15:17:59 -04:00
joel16
3e44a00637 joy-con: Fix hiddbgGetFirmwareVersion 2023-06-18 00:20:06 -04:00
joel16
f01352a931 power: Properly display battery temp 2023-06-09 19:17:07 -04:00
joel16
0be6c75514 gui: Fix IMG_Init failure log 2023-06-09 19:16:44 -04:00
joel16
fd454992ee gui: Merge battery and charger menu info into one and fix verbiage on int/ext temperature 2023-06-09 18:58:52 -04:00
joel16
8a943aa857 gui: Remove SDL_FontCache (fixes displaying the '%' symbol) 2023-06-09 18:48:18 -04:00
joel16
35db5c1a41 power: Include new charger menu (separate from battery menu - previously called power menu) 2023-06-08 17:11:58 -04:00
joel16
b925966919 power: Display battery internal and external temperature 2023-06-02 23:21:35 -04:00
joel16
dd77c6e53a main: Do not initialize wlan::inf if hosVersion >= 15.0.0 2022-10-22 15:54:58 -04:00
Joel16
b2848ea3cc joycons: Add joycon menu for dislpaying joycon info 2021-11-07 13:02:52 -05:00
Joel16
cc30a5cc8d gui: Remove unused functions 2021-11-05 12:35:35 -04:00
Joel16
d935732a20 gui: Switch to a dark UI and use icons to indicate categories 2021-11-05 12:34:41 -04:00
Joel16
53e3d086d7 Switch to c++ and update SDL_FontCache 2021-11-05 00:59:45 -04:00
shchmue
c574b8987e
Update for compatibility with libnx v4.2.0 (#15) 2021-11-04 16:31:07 -04:00
Joel16
80c008aa9e Make use of xGetServiceSession functions and fix up travis builds 2019-07-20 00:22:07 -04:00
Joel16
e89d192ac9 Deprecate console version and update for libnx v2.3.0 2019-07-20 00:07:19 -04:00
Joel16
d06ec9bcad Initial bring up of the GUI version 2018-06-07 13:56:27 -05:00
Joel16
440a519002 Use ns:am to get SD storage size 2018-06-05 21:59:25 -05:00
Joel16
6a456cba5b Display DRAM desc instead of value 2018-05-23 00:17:44 -05:00
Joel16
e4dfef790b DramID and more misc settings info 2018-05-22 11:28:46 -05:00
Joel16
f47520d722 Remove language for now, and credit hopperplaysmc 2018-05-21 10:25:26 -05:00
Joel16
72be1ff56e Display device ID using spl 2018-05-20 01:13:26 -05:00
Joel16
f2ba108e1c Display storage sizes and init set:sys for serial 2018-05-20 01:12:38 -05:00
Joel16
a1e78ea72d Display if booted from safemode
Also removed set.c/set.h since I already got them merged into libnx.
2018-05-19 19:18:24 -05:00
Joel16
9908928e1f Get docked state + performance configs
- Fixed newline entry at the end of each file.
2018-05-18 11:06:27 -05:00
Joel16
ec6b7b3520 Add setGetSerialNumber() and credits
Tested and confirmed working by Klodeckel.
2018-05-18 10:17:53 -05:00
Joel16
9bdc3d2a17 Use socketInitializeDefault isntead of custom
IP address still doesn't work.
2018-05-17 12:21:30 -05:00
Joel16
f60394002c Fix error code returned by setGetSystemLanguage
Now we get an empty string, hm.
2018-05-17 12:20:43 -05:00
Joel16
f9ddb9a0d0 Clean up kernel functions 2018-05-17 12:20:13 -05:00
Joel16
94f4dfef74 GetUnit should determine if switch is a kiosk 2018-05-17 11:35:12 -05:00
Joel16
95dfaede62 Fix SwitchIdent_GetHardwareType()
Version 4.00+ if returns 0x3, it should be Mariko.
2018-05-17 11:26:57 -05:00
Joel16
9458692e39 Fix SwitchIdent_GetSystemVersion() 2018-05-17 11:05:19 -05:00
Joel16
6ea41f687a Add some printfs to check for err codes 2018-05-17 09:29:14 -05:00
Joel16
05af87a48d Init console first so we can see error codes 2018-05-16 15:45:52 -05:00
Joel16
862f300980 Properly init/de-init services 2018-05-16 15:43:27 -05:00
Joel16
12068cfb86 Initial source commit 2018-05-16 15:16:00 -05:00