Skip to content

Commit

Permalink
use correct char for ending list
Browse files Browse the repository at this point in the history
  • Loading branch information
gantoine committed Feb 26, 2025
1 parent b6dd6de commit 07a083f
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,81 +91,81 @@ As mentioned in the installation section, RomM requires a specific folder struct
├─ roms/
│ ├─ gbc/
│ │ ├─ game_1.gbc
│ │ ─ game_2.gbc
│ │ ─ game_2.gbc
│ │
│ ├─ gba/
│ │ ├─ game_3.gba
│ │ ─ game_4/
│ │ ─ game_4/
│ │ ├─ game_4.gba
│ │ ├─ dlc
│ │ │ ├─ game_4_dlc_1.7z
│ │ │ ─ game_4_dlc_2.7z
│ │ │ ─ game_4_dlc_2.7z
│ │ ├─ hacks
│ │ │ ─ game_4_hardmode.rar
│ │ │ ─ game_4_hardmode.rar
│ │ ├─ manuals
│ │ │ ─ game_4_manual.pdf
│ │ │ ─ game_4_manual.pdf
│ │ ├─ mods
│ │ │ ─ game_4_crazy_mode.zip
│ │ ─ patches
│ │ ─ game_4_patch_v1.1.zip
│ │ │ ─ game_4_crazy_mode.zip
│ │ ─ patches
│ │ ─ game_4_patch_v1.1.zip
│ │
─ ps/
─ ps/
│ ├─ game_5/
│ │ ├─ game_5_cd_1.iso
│ │ ─ game_5_cd_2.iso
│ │ ─ game_5_cd_2.iso
│ │
─ game_6.iso
─ game_6.iso
─ bios/
├─ gba/
─ gba_bios.bin
│ ├─ ps/
├─ scph1001.bin
├─ scph5501.bin
─ scph5502.bin
─ bios/
├─ gba/
─ gba_bios.bin
─ ps/
├─ scph1001.bin
├─ scph5501.bin
─ scph5502.bin
</pre>
</td>
<td>
<pre>
library/
├─ gbc/
─ roms/
─ roms/
│ ├─ game_1.gbc
─ game_2.gbc
─ game_2.gbc
├─ gba/
│ ├─ roms/
│ │ ├─ game_3.gba
│ │ ─ game_4/
│ │ ─ game_4/
│ │ ├─ game_4.gba
│ │ ├─ dlc
│ │ │ ├─ game_4_dlc_1.7z
│ │ │ ─ game_4_dlc_2.7z
│ │ │ ─ game_4_dlc_2.7z
│ │ ├─ hacks
│ │ │ ─ game_4_hardmode.rar
│ │ │ ─ game_4_hardmode.rar
│ │ ├─ manuals
│ │ │ ─ game_4_manual.pdf
│ │ │ ─ game_4_manual.pdf
│ │ ├─ mods
│ │ │ ─ game_4_crazy_mode.zip
│ │ ─ patches
│ │ ─ game_4_patch_v1.1.zip
│ │ │ ─ game_4_crazy_mode.zip
│ │ ─ patches
│ │ ─ game_4_patch_v1.1.zip
│ │
─ bios/
─ gba_bios.bin
─ bios/
─ gba_bios.bin
─ ps/
├─ roms/
│ ├─ game_5/
│ │ ├─ game_5_cd1.iso
│ │ ─ game_5_cd2.iso
│ │
─ game_6.iso
│ ├─ bios/
├─ scph1001.bin
├─ scph5501.bin
─ scph5502.bin
─ ps/
├─ roms/
│ ├─ game_5/
│ │ ├─ game_5_cd1.iso
│ │ ─ game_5_cd2.iso
│ │
─ game_6.iso
─ bios/
├─ scph1001.bin
├─ scph5501.bin
─ scph5502.bin
</pre>
</td>
</tr>
Expand Down

0 comments on commit 07a083f

Please sign in to comment.