switchbrew / nx-hbmenu

The Nintendo Switch Homebrew Menu
ISC License
1.21k stars 127 forks source link

Building a custom Theme clarification on menuListTiles #164

Open TheExpertNoob opened 11 months ago

TheExpertNoob commented 11 months ago

Looking over the switchbrew documentation here, I am wondering what the proper format of posEnd[0] is in the config file and what it does exactly. Does this limit the number of tiles horizontally then return to the next line based off menuList posEnd y value?

yellows8 commented 11 months ago

That should be same as the number of displayed tile entries. Besides HID from wiki, it's also used here. Changing it from the default shouldn't be needed unless the number of displayed tiles differs.