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?
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.
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?