-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
53 lines (53 loc) · 1.12 KB
/
config.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"emulator_paths": {
"mGBA": "",
"VBA": "",
"FCEUX": "",
"SNES9x": "",
"Fusion": "",
"ePSXe": "",
"PCSX2": "",
"Project64": "",
"Dolphin": "",
"ZSNES": "",
"DeSmuME": "",
"DraStic": "",
"PPSSPP": "",
"NullDC": "",
"Citra": "",
"RPCS3": "",
"Vita3K": "",
"Yuzu": ""
},
"active_systems": {
"NES": true,
"SNES": true,
"N64": true,
"GameCube": true,
"Wii": true,
"Switch": true,
"PS1": true,
"PS2": true,
"PS3": true,
"PSP": true,
"PS Vita": true,
"Game Boy": true,
"GBC": true,
"GBA": true,
"DS": true,
"3DS": true,
"Sega Genesis": true,
"Dreamcast": true,
"Saturn": true,
"PC": true,
"Arcade": true
},
"default_catalog": "All",
"auto_scan_directories": [],
"backup_settings": {
"enabled": false,
"backup_directory": "",
"backup_frequency_days": 7,
"keep_backups": 3
}
}