Skip to content

4.2 Section groups

fgl82 edited this page Mar 7, 2021 · 4 revisions

Section groups are a way of grouping, well, sections.

They are defined using ini files named after the section group.

Important facts:

  • On themes that allow it, the name of the section group file will be displayed on screen when switching sections (so CONSOLES.ini will show up as CONSOLES, handhelds.ini as HANDHELDS, and so on).
  • The names of the sections listed at the top must match with the sections defined below. If we remove a section name from the top list, that section will be hidden

Example: consoles.ini

[CONSOLES]
consoleList = NES,SNES,MASTER SYSTEM,SEGA GENESIS,SEGA CD,SEGA 32X,PLAYSTATION,NEO GEO,PC ENGINE,TURBOGRAFX 16,PC ENGINE CD

Clone this wiki locally