Go to file
2018-09-20 21:09:41 -05:00
common not sure how the highlight multiplier got removed, but i added it back 2018-09-20 21:09:41 -05:00
data Implemented hbmenu Theme Switcher! Final changes will now be cosmetic 2018-09-19 11:28:29 -05:00
nx_main added proper deallocation in places of the code for pointers that i allocaded using calloc 2018-09-19 16:43:29 -05:00
pc_main Added themeExit to pc main.cpp 2018-09-20 20:20:08 -05:00
resources Implemented hbmenu Theme Switcher! Final changes will now be cosmetic 2018-09-19 11:28:29 -05:00
.gitignore Added LICENSE.md and updated .gitignore. 2018-02-18 16:50:56 -05:00
folder_icon_bin.h Implemented hbmenu Theme Switcher! Final changes will now be cosmetic 2018-09-19 11:28:29 -05:00
hbmenu_logo_bin.h Implemented hbmenu Theme Switcher! Final changes will now be cosmetic 2018-09-19 11:28:29 -05:00
icon.jpg add icon.jpg 2018-02-28 23:43:29 +01:00
invalid_icon_bin.h Implemented hbmenu Theme Switcher! Final changes will now be cosmetic 2018-09-19 11:28:29 -05:00
LICENSE.md Added LICENSE.md and updated .gitignore. 2018-02-18 16:50:56 -05:00
Makefile Implemented hbmenu Theme Switcher! Final changes will now be cosmetic 2018-09-19 11:28:29 -05:00
Makefile.nx Implement Theming (#57) 2018-09-13 15:16:33 -04:00
Makefile.pc Implemented hbmenu Theme Switcher! Final changes will now be cosmetic 2018-09-19 11:28:29 -05:00
README.md Updated README. 2018-07-30 17:35:55 -04:00
theme_icon_dark_bin.h Implemented hbmenu Theme Switcher! Final changes will now be cosmetic 2018-09-19 11:28:29 -05:00
theme_icon_light_bin.h Implemented hbmenu Theme Switcher! Final changes will now be cosmetic 2018-09-19 11:28:29 -05:00

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.