Page 1 of 1

Include Icon/Image for HBmenu in the app

Posted: Sat Aug 10, 2024 3:20 pm
by LorenSonMaker
Hello
I am modifying the example for Switch "sdmc" and I would like to find out how to put an icon/image that is displayed in HBmenu,
I cannot locate the information. If someone would be so kind...
Thank you

Re: Include Icon/Image for HBmenu in the app

Posted: Wed Sep 04, 2024 9:45 am
by WinterMute

This is documented in the template Makefile at https://github.com/switchbrew/switch-ex ... le#L26-L31 (found in your installation under /opt/devkitpro/examples/switch/templates/application)

Code: Select all

# ICON is the filename of the icon (.jpg), relative to the project folder.
#   If not set, it attempts to use one of the following (in this order):
#     - <Project name>.jpg
#     - icon.jpg
#     - <libnx folder>/default_icon.jpg
#