Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/getting-started/folder-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ See the [reference Docker Compose](quick-start.md) for where `/romm/library` liv

## Multi-file games

Some games come as **folders** instead of single files, which could include multiple disc, DLCs, manuals, or patches. These sub-folder names are recognised and surfaced as tags in the UI: `dlc`, `hack`, `manual`, `mod`, `patch`, `update`, `demo`, `translation`, `prototype`.
Some games come as **folders** instead of single files, which could include multiple disc, DLCs, manuals, or patches. These sub-folder names are recognised and surfaced as tags in the UI: `dlc`, `hack`, `manual`, `mod`, `patch`, `update`, `demo`, `translation`, `prototype`, `screenshots`.

## Visual reference

Expand Down Expand Up @@ -88,7 +88,8 @@ Some games come as **folders** instead of single files, which could include mult
│ │ ├─ update
│ │ ├─ demo
│ │ ├─ translation
│ │ └─ prototype
│ │ ├─ prototype
│ │ └─ screenshots
│ │
│ └─ ps/
│ ├─ game_5/
Expand Down Expand Up @@ -128,7 +129,8 @@ Some games come as **folders** instead of single files, which could include mult
│ │ ├─ update
│ │ ├─ demo
│ │ ├─ translation
│ │ └─ prototype
│ │ ├─ prototype
│ │ └─ screenshots
│ │
│ └─ bios/
│ └─ gba_bios.bin
Expand Down
Loading