Commit Graph

231 Commits

Author SHA1 Message Date
yellows8
2c53af56cc
Release 3.5.1 2022-06-14 18:20:43 -04:00
yellows8
7bdfce172c
Fix temperature display on [14.0.0+]. 2022-03-24 20:53:19 -04:00
imxyd
34f7f16cb1 Update language.c
Improve Chinese language
2022-01-22 19:34:54 +01:00
yellows8
73d7108a62
Release 3.5.0 2021-10-29 19:47:15 -04:00
yellows8
422039f727
Use physfs instead of minizip for asset loading, etc. 2021-10-22 13:18:30 -04:00
yellows8
3f73855170
Added theme support for dirs and .zip via physfs. Closes #121. 2021-10-21 15:26:30 -04:00
qazrfv1234
6e654ec2af Update language.c (typo fixed) 2021-08-27 20:06:28 +02:00
Dave Murphy
5c85dd784b 3.4.1 release 2021-07-16 14:53:06 +01:00
Dave Murphy
8c87b1c46f ensure build picks up version from Makefile 2021-07-16 14:52:34 +01:00
fincs
47fd18cabb
Update psm charger type 2021-07-15 21:59:49 +02:00
Chronoss
c1640f4b54
Update language.c (#130) 2021-06-09 08:21:37 +01:00
HamletDuFromage
aef37e10f7
stat(path) before trying to launch a nro (#129) 2021-06-09 08:16:37 +01:00
Mehdi Khelfi
95411fe5e9
Added some spanish and french strings (#132) 2021-04-18 14:51:03 +02:00
yellows8
65f23b0bde
Release 3.4.0 2020-12-19 12:11:00 -05:00
fincs
20c1f00972
Update for libnx hid-refactor 2020-12-02 15:01:40 +01:00
fincs
fcbc56acc4
Improve performance by using deko3d to do the framebuffer conversion on the GPU 2020-11-11 17:00:25 +01:00
fincs
244d058f1b
Minor fixes 2020-11-11 12:40:41 +01:00
Mehdi Khelfi
df09e9ed1b Added French strings
Added 2 missing french translations in language.c
2020-10-31 18:52:55 +01:00
Chris Bradel
45efcfcb98
added momentum to touch drags (#124)
* added momentum to touch drags
2020-06-26 11:35:11 -04:00
yellows8
16958ac4ba
Fixed warnings, menuTimer multi-definition, and updated for latest libnx. 2020-05-05 18:47:40 -04:00
HookedBehemoth
c69f4c56c5 update for libnx pl init change 2020-04-15 18:18:22 +02:00
yellows8
3e451a9c8b
Added resources/eth_none_icon.png which was missing. 2020-04-10 00:54:10 -04:00
yellows8
090054fc86
Release v3.3.0 2020-04-06 10:37:55 -04:00
yellows8
e2a16a83e0
Netloader now uses SO_REUSEADDR, this fixes netloader activation temporarily failing after a netloader error previously occurred. 2020-04-06 10:36:47 -04:00
yellows8
ba330cfd84
Actually display errors from netloader activation. 2020-04-06 10:35:43 -04:00
yellows8
f4067d64f3
Added app_args config setting for fileassoc. 2020-04-06 10:34:44 -04:00
yellows8
88fe495bd8
Don't delete the fileassoc entry when loading the icon failed. 2020-04-04 12:55:55 -04:00
fincs
7f1a9f4f29
U64_MAX -> UINT64_MAX 2020-03-16 16:23:36 +01:00
yellows8
ec24d595d6
Updated the default highlightGradientEdgeColor. 2020-01-08 17:03:49 -05:00
Ivan Mazzoli
5dfb9ec328 Updated italian translation and added new ones 2020-01-07 16:13:39 +01:00
yellows8
a4ad7b01b7
The icon sizes for theme-layout menuListIcon/menuActiveEntryIcon can now be controlled with the size field, with the internal imageSize field being used when size is invalid. When entering Theme Menu, the initially selected menu-entry is now the currently configured theme. Minor improvements. 2020-01-04 18:08:54 -05:00
yellows8
6ee5d36084
Removed hbmenuLogoImage from theme_t and just determine which AssetId to use for logo during rendering, imageSize from the asset is now used instead of from the layoutobj. Removed drawImageFromLayout since it's no longer used, and removed imageSize from the layout objects which don't need it anymore. 2020-01-03 17:49:08 -05:00
yellows8
981749cfb7
Added highlightGradientEdgeColor for theme config. 2020-01-03 11:47:49 -05:00
yellows8
9eda227d33
Added logoColor to the theme config. 2020-01-02 22:48:48 -05:00
yellows8
d11585589e
Added support for using themes with extension '.romfs', which contains '/theme.cfg', optionally '/icon.jpg' for the menu-entry in theme-menu, and any assets. Added 'assets' group to theme config, this is only used with .romfs themes. Added 'backgroundImage' to layout theme config, which requires assets.background_image to be setup. Various improvements. 2020-01-02 11:08:17 -05:00
yellows8
42a4ad9787
Added support for using fileassoc with netloader, an error will now be thrown if the filename/file-extension used with netloader is not recognized. Various improvements. 2019-12-30 11:15:38 -05:00
yellows8
b40d558458
Fixed a crash in touch handling for star-button when the current directory is empty (no menu entries). Implemented layouts which can optionally be loaded from theme config, closes #83. 2019-12-26 01:40:54 -05:00
yellows8
387850d301
Added APP_AUTHOR to Makefile.nx. 2019-12-14 12:44:43 -05:00
yellows8
38b48a8609
Don't use hidGetHandheldMode() to determine whether to use handheld or non-handheld. Just accept input from controllers 0-7 and handheld regardless, as long as the controller is connected. Closes #108. 2019-12-11 20:13:18 -05:00
yellows8
bd3466f1e1
Release v3.2.0 2019-12-10 20:24:41 -05:00
yellows8
e5d9851250
Actually fix the stringop warning. 2019-12-10 20:16:59 -05:00
yellows8
15baea1e44
Fixed bounds-check in netloader loadnro cmd-line args validation. 2019-12-10 12:14:23 -05:00
yellows8
c2743dcdd5
Fixed a string warning with gcc 9.x (and added the same change for other lines). 2019-12-08 17:00:17 -05:00
yellows8
233b765300
Improved hid handling. 2019-12-08 14:46:42 -05:00
octopuserectus
a747d92826 Update controller code to accept inputs from all players
not only 0 and 1 (CONTROLLER_P1_AUTO)
2019-12-07 18:58:26 -05:00
yellows8
24ce4ff924
Updated menuEntryParseNacp for latest libnx. 2019-12-07 18:08:51 -05:00
yellows8
4ecd7401b6
Use nifmInitialize/nifmExit in netloader.c, since netstatusGetDetails() uses nifm directly and latest libnx no longer uses nifm in socket init/exit. 2019-11-18 12:06:54 -05:00
yellows8
a150cbe167
Updated font.c for latest libnx + minor other changes. 2019-10-11 01:49:28 -04:00
yellows8
2feb085504
Updated language handling for latest libnx. Added support for SetLanguage_ZHHANS/SetLanguage_ZHHANT, and changed STR_ZH/STR_TW to STR_ZH_HANS/STR_ZH_HANT (system-language is still not actually used). 2019-10-04 18:16:42 -04:00
yellows8
97ab367379
Use dirent d_type when available instead of accessing FsDirectoryEntry. 2019-09-30 17:58:30 -04:00