* Implemented Theme Menu. * Minor adjustments. * added two new theming attributes, borderColor, borderTextcolor, allows users to modify the boxes that surrounds the menu entries * added theme info to config file, users can now add theme author, theme name, and theme version to a theme config file. * tested building on mac osx, added to .gitignore and make clean for files generated on osx * The path for the theme is now stored in a config string in settings.cfg, instead of a hard-coded theme.cfg path. * added functions to create/modify settings config for hbmenu theme * added Default theme entry that will always insert itself at the front of the list of themes * added code for + and - button, using - button for theme menu now (button display for this is disabled). |
||
---|---|---|
common | ||
data | ||
nx_main | ||
pc_main | ||
resources | ||
.gitignore | ||
icon.jpg | ||
LICENSE.md | ||
Makefile | ||
Makefile.nx | ||
Makefile.pc | ||
README.md |
Usage
See Homebrew_Applications for SD layout and applications, etc. See Switchbrew for hbmenu docs.
Download
The latest release is available from the releases page.
Building
Build with make nx
or just run make
.
Credits
- This uses code based on 3DS new-hbmenu.
- nanojpeg is used for handling JPEG icons. This library doesn't support lossless JPEG.