-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
30 lines (30 loc) · 826 Bytes
/
Copy pathconfig.example.json
File metadata and controls
30 lines (30 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"library_root": "D:/Emulation/roms",
"bios_root": "D:/Emulation/bios",
"saves_root": "D:/Emulation/saves",
"platform_folders": {
"snes": ["snes"],
"n64": ["n64"],
"psx": ["ps", "ps1", "psx"],
"gba": ["gba"],
"nds": ["nds"]
},
"exclude_dirs": ["torrents", "emulators"],
"prefer_local_boxart": false,
"filter_unsupported_titles": false,
"catalog": {
"url": "https://github.com/TechnicallyComputers/retcomm-catalog/releases/latest/download/catalog.zip",
"github_repo": "TechnicallyComputers/retcomm-catalog",
"auto_update": true
},
"romm": {
"base_url": "https://your-romm.example.com",
"api_token": "",
"sync_boxart": false
},
"netplay": {
"lobby_url": "ws://netplay.technicallycomputers.ca:8765",
"display_name": "",
"prefer_ice": false
}
}