mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-28 08:35:42 +00:00
40 lines
826 B
JSON
40 lines
826 B
JSON
{
|
|
"fuzzyMatcher": {
|
|
"verbose": false,
|
|
"filterProviders": true
|
|
},
|
|
"environmentVariables": {
|
|
"steamDirectory": "",
|
|
"userAccounts": [
|
|
"steamlogin"
|
|
],
|
|
"romsDirectory": "",
|
|
"retroarchPath": "",
|
|
"raCoresDirectory": "",
|
|
"localImagesDirectory": ""
|
|
},
|
|
"previewSettings": {
|
|
"imageLoadStrategy": "loadLazy",
|
|
"retrieveCurrentSteamImages": true,
|
|
"disableCategories": false,
|
|
"deleteDisabledShortcuts": false,
|
|
"imageZoomPercentage": 30,
|
|
"hideUserAccount": false
|
|
},
|
|
"enabledProviders": [
|
|
"sgdb",
|
|
"steamCDN"
|
|
],
|
|
"batchDownloadSize": 50,
|
|
"language": "en-US",
|
|
"theme": "Deck",
|
|
"offlineMode": false,
|
|
"navigationWidth": 0,
|
|
"clearLogOnTest": false,
|
|
"version": 10,
|
|
"dnsServers": [],
|
|
"autoUpdate": true,
|
|
"autoKillSteam": false,
|
|
"autoRestartSteam": false
|
|
}
|
|
|