Commit Graph

81 Commits

Author SHA1 Message Date
Joel
2abea50a0e
Update README.md 2021-11-05 12:48:49 -04: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
3c28b195c3
Add missing DRAM descriptors (#16)
* Update for compatibility with libnx v4.2.0

* Add missing DRAM descriptors
2021-11-04 17:43:55 -04:00
shchmue
c574b8987e
Update for compatibility with libnx v4.2.0 (#15) 2021-11-04 16:31:07 -04:00
Randname666
26f850f334
adding more regions support for SwitchIdent_GetRegion(void) (#12)
Region codes fetched from https://switchbrew.org/wiki/Settings_services#RegionCode .
2020-06-26 09:12:36 -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
ZachyCatGames
5bd29df757 Fix EMC speed (#8) 2019-01-20 10:36:26 -06:00
Joel
2b06592506
Update README.md to reflect new changes 2019-01-15 00:33:56 -06:00
Joel16
44e1e07b53 Bump version 2019-01-15 00:31:25 -06:00
Joel16
3b55a92694 Update SDL_FontCache and revert back to using Ubuntu font. 2019-01-15 00:31:14 -06:00
Joel16
fc0b1c97f7 Get battery lot and remove storage info from console version
It's better suited visually like in the GUI, so it'll stay there instead.
2019-01-09 11:41:23 -06:00
Joel16
b7a759bb09 Fix wifi/bluetooth mac address and minor consistency changes 2019-01-09 02:54:58 -06:00
Sunguk Lee
bda82998b0 Remove gfx API (#7)
these API was removed in current libnx dev tree
2019-01-08 13:18:04 -06:00
Sunguk Lee
dbd086d069 Apply psm changes (#6)
psm control API [was changed][1] in libnx 2.0.0

it will help to fix fatal crash in [Ams 0.8.2 + nx 2.0.0 environ][2]
for example hbmenu also has [similar patch][3]

[1]: https://github.com/switchbrew/libnx/commit/e59036d
[2]: https://github.com/Atmosphere-NX/Atmosphere/issues/309
[3]: https://github.com/switchbrew/nx-hbmenu/commit/1e3f057
2019-01-08 13:17:30 -06:00
Joel
0019a0e38b
Update README.md 2018-11-23 13:31:40 -06:00
Joel16
ba75f262fd Get rid of kernel version and make minor accuracy changes 2018-11-23 13:29:58 -06:00
Joel16
dba7cd6818 Properly display voltage state 2018-11-23 00:12:06 -06:00
Joel16
1534eaef0c Properly display CPU & GPU clocks and also EMC clock 2018-11-23 00:06:49 -06:00
Joel16
919f7d0f32 Properly display SD and gamecard slot status
Also fixed console version duplicating the CPU clock info
2018-11-22 23:49:42 -06:00
Joel16
8b36cc1b54 Fix font heights in GUI 2018-11-22 23:48:59 -06:00
Joel
dac80307b5
Update README.md 2018-11-02 22:05:31 -05:00
Joel16
9f332d0d94 Remove unclear info and allow console version to refresh values 2018-11-02 22:01:59 -05:00
Joel16
fa7f9094bf Fix compile errors with new version of libnx 2018-11-02 19:59:22 -05:00
Joel16
816ef0a32b Console should now display all the new info
Also display WiFi quality along wth RSSI
2018-10-21 00:20:05 -05:00
Joel16
83d3211c48 Minor clean up and display gamecard/sd status 2018-10-20 22:46:35 -05:00
Joel16
552d23c940 GPU acceleration + fix builds + more
- Displays Wlan state and RSSI signals
- Properly display voltage states.
2018-10-19 19:59:39 -05:00
Joel16
cb0199cf7d Should be *battery charging enabled 2018-09-09 20:07:27 -05:00
Joel16
950ea5e85f Add some power commands 2018-09-09 20:00:44 -05:00
Joel16
d865bdfb2c Merge branch 'master' of https://github.com/joel16/SwitchIdent 2018-07-03 19:59:00 -05:00
Joel16
7902835493 Fix region code and minor SDL changes 2018-07-03 19:57:43 -05:00
Joel
71927d6bc5
Update README.md to reflect release changes 2018-06-12 14:42:27 -05:00
Joel16
fc73c33eee Update feature list and build names 2018-06-12 10:16:14 -05:00
Joel16
eb47655f64 [GUI] Display some setting statuses 2018-06-12 10:10:01 -05:00
Joel16
a3328892af [Console] Display NAND storage capacities 2018-06-12 10:09:43 -05:00
Joel
0b5bd4f5e8
Update README.md 2018-06-12 09:38:35 -05:00
Joel16
5cd129f1e5 Display NAND user/system storage capacities as well 2018-06-12 09:31:15 -05:00
Joel16
a064e44549 Display firmware versions properly
Thanks to Shadow!

Once this gets merged into libnx, I can get rid of the separate source file for setsys.
2018-06-11 20:45:40 -05:00
Joel16
f1a31ab6f4 Display kernel verson (unavialble for 4.X.X)
http://switchbrew.org/index.php?title=NPDM#Kernel_versions
2018-06-11 15:33:06 -05:00
Joel16
801a37891b Make firmware version more explicit
'.X' is used if a minor/micro version cannot be determined.
2018-06-11 15:04:06 -05:00
Joel16
8cd13cb647 Fix travis builds
TODO: Switch to docker.
2018-06-11 13:45:12 -05:00
Joel16
673187891c Revert "Only build from branch travis-fix for now"
This reverts commit 0065b929cc.
2018-06-11 13:43:55 -05:00
Joel16
0065b929cc Only build from branch travis-fix for now 2018-06-11 13:31:05 -05:00
Joel16
137737007c [GUI] Fix exit button 2018-06-11 12:36:22 -05:00
Joel16
01ceacce30 Fix IP Address using nifm service 2018-06-11 12:33:19 -05:00
Joel16
6f36d07cf0 Fix firmware version
Not sure how this got removed?
2018-06-11 12:32:46 -05:00
Joel16
7600e96575 [Console]: fix builds with latest libnx 2018-06-07 15:35:26 -05:00
Joel16
750d8582a1 Remove SDL_mixer and install SDL via travis
I plan to switch to docker once some of the pr's gets merged into master and libnx matures enough.
2018-06-07 14:05:07 -05:00