mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
added some comments to config file
This commit is contained in:
@@ -32,14 +32,16 @@ exclude:
|
||||
extensions:
|
||||
- 'txt'
|
||||
|
||||
# Asociate different platform names to your current file system platform names
|
||||
system:
|
||||
# Asociate different platform names to your current file system platform names
|
||||
platforms:
|
||||
# [your custom platform folder name]: [RomM platform name]
|
||||
gc: 'ngc' # In this example if you have a 'gc' folder, RomM will treat it like the 'ngc' folder
|
||||
psx: 'ps' # In this example if you have a 'psx' folder, RomM will treat it like the 'ps' folder
|
||||
# Asociate one platform to it's main version
|
||||
versions:
|
||||
naomi: 'arcade'
|
||||
|
||||
filesystem:
|
||||
roms_folder: 'roms' # The folder where your roms are located
|
||||
# The folder name where your roms are located
|
||||
roms_folder: 'roms' # For example if your folder structure is /home/user/library/roms_folder
|
||||
|
||||
Reference in New Issue
Block a user