mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
31 lines
607 B
JSON
31 lines
607 B
JSON
|
{
|
||
|
"fuzzyMatcher": {
|
||
|
"verbose": false,
|
||
|
"filterProviders": true
|
||
|
},
|
||
|
"environmentVariables": {
|
||
|
"steamDirectory": "",
|
||
|
"userAccounts": "${steamlogin}",
|
||
|
"romsDirectory": "",
|
||
|
"retroarchPath": "",
|
||
|
"raCoresDirectory": "",
|
||
|
"localImagesDirectory": ""
|
||
|
},
|
||
|
"previewSettings": {
|
||
|
"retrieveCurrentSteamImages": true,
|
||
|
"deleteDisabledShortcuts": false,
|
||
|
"imageZoomPercentage": 30,
|
||
|
"preload": false
|
||
|
},
|
||
|
"enabledProviders": [
|
||
|
"SteamGridDB"
|
||
|
],
|
||
|
"batchDownloadSize": 50,
|
||
|
"language": "en-US",
|
||
|
"theme": "Deck",
|
||
|
"offlineMode": false,
|
||
|
"navigationWidth": 0,
|
||
|
"clearLogOnTest": false,
|
||
|
"version": 6
|
||
|
}
|