run trunk fmt

This commit is contained in:
Georges-Antoine Assi
2026-01-15 10:11:22 -05:00
parent 094482e299
commit 5153c83433
4 changed files with 5 additions and 6 deletions
+4 -5
View File
@@ -8,13 +8,12 @@ RomM requires one of these folder structures for proper operation. It will first
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.
- `/roms/{platform}/` - Contains all game files for that platform
- `/bios/{platform}/` - Contains all BIOS files for that platform
- `/roms/{platform}/` - Contains all game 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.
- `/{platform}/roms/` - Contains all game files for that platform
- `/{platform}/bios/` - Contains all BIOS files for that platform
- `/{platform}/roms/` - Contains all game files for that platform
- `/{platform}/bios/` - Contains all BIOS files for that platform
<!-- prettier-ignore -->
!!! note
@@ -17,7 +17,7 @@ Our integration with EmulatorJS automates the process of loading and save files
### Netplay
Netplay lets you play with friends remotely, in realtime with the build-in web player. As it emulates playing on the same console with two controllers while streaming the video to players 2+, it's best for 2-player, co-op, turn based and party games.
Netplay lets you play with friends remotely, in realtime with the build-in web player. As it emulates playing on the same console with two controllers while streaming the video to players 2+, it's best for 2-player, co-op, turn based and party games.
Start by enabling netplay in your `config.yml`:
Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 KiB

After

Width:  |  Height:  |  Size: 233 KiB