fix: Correct indentation in folder structure documentation

This commit is contained in:
zurdi
2025-05-29 10:32:38 +00:00
parent 252ee88423
commit 2b6fcbb7ff
+4 -4
View File
@@ -9,12 +9,12 @@ RomM organizes content in two main categories: ROMs and BIOS files.
- **Structure A (Recommended)**: Both ROMs and BIOS files have their own dedicated root folders, with platform folders inside each. - **Structure A (Recommended)**: Both ROMs and BIOS files have their own dedicated root folders, with platform folders inside each.
- `/roms/{platform}/` - Contains all game files for that platform - `/roms/{platform}/` - Contains all game files for that platform
- `/bios/{platform}/` - Contains all BIOS files for that platform - `/bios/{platform}/` - Contains all BIOS files for that platform
- **Structure B (Fallback)**: Each platform has its own root folder containing both a ROMs folder and a BIOS folder. - **Structure B (Fallback)**: Each platform has its own root folder containing both a ROMs folder and a BIOS folder.
- `/{platform}/roms/` - Contains all game files for that platform - `/{platform}/roms/` - Contains all game files for that platform
- `/{platform}/bios/` - Contains all BIOS files for that platform - `/{platform}/bios/` - Contains all BIOS files for that platform
!!! note !!! note
The BIOS folder is entirely optional and only needed for platforms that require BIOS files. The BIOS folder is entirely optional and only needed for platforms that require BIOS files.