Skip to content

Commit

Permalink
update presets to use proper arrays for categories
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock committed Jun 18, 2024
1 parent c8dbb6a commit 4fa11d7
Show file tree
Hide file tree
Showing 73 changed files with 1,357 additions and 811 deletions.
8 changes: 5 additions & 3 deletions files/presets/Amazon Games.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"Amazon Games": {
"parserType": "Amazon Games",
"configTitle": "Amazon Games",
"steamCategory": "${Amazon Games}",
"executableArgs": "",
"executableModifier": "\"${exePath}\"",
"romDirectory": "",
Expand Down Expand Up @@ -42,7 +41,7 @@
"removeCharacters": true,
"removeBrackets": true
},
"presetVersion": 14,
"presetVersion": 15,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -83,6 +82,9 @@
},
"steamInputEnabled": "1",
"drmProtect": false,
"version": 2
"version": 3,
"steamCategories": [
"Amazon Games"
]
}
}
32 changes: 20 additions & 12 deletions files/presets/Amstrad CPC.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"Amstrad CPC - Retroarch - Caprice32": {
"parserType": "Glob",
"configTitle": "Amstrad CPC - Retroarch - Caprice32",
"steamCategory": "${CPC}",
"executableModifier": "\"${exePath}\"",
"romDirectory": "path-to-roms",
"steamDirectory": "${steamdirglobal}",
Expand Down Expand Up @@ -40,7 +39,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 14,
"presetVersion": 15,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -81,12 +80,14 @@
},
"steamInputEnabled": "1",
"drmProtect": false,
"version": 2
"version": 3,
"steamCategories": [
"CPC"
]
},
"Amstrad CPC - Retroarch(Flatpak) - Caprice32": {
"parserType": "Glob",
"configTitle": "Amstrad CPC - Retroarch(Flatpak) - Caprice32",
"steamCategory": "${CPC}",
"executableModifier": "\"${exePath}\"",
"romDirectory": "path-to-roms",
"steamDirectory": "${steamdirglobal}",
Expand Down Expand Up @@ -124,7 +125,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 14,
"presetVersion": 15,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -165,12 +166,14 @@
},
"steamInputEnabled": "1",
"drmProtect": false,
"version": 2
"version": 3,
"steamCategories": [
"CPC"
]
},
"Amstrad CPC - Retroarch - CrocoDS": {
"parserType": "Glob",
"configTitle": "Amstrad CPC - Retroarch - CrocoDS",
"steamCategory": "${CPC}",
"executableModifier": "\"${exePath}\"",
"romDirectory": "path-to-roms",
"steamDirectory": "${steamdirglobal}",
Expand Down Expand Up @@ -208,7 +211,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 14,
"presetVersion": 15,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -249,12 +252,14 @@
},
"steamInputEnabled": "1",
"drmProtect": false,
"version": 2
"version": 3,
"steamCategories": [
"CPC"
]
},
"Amstrad CPC - Retroarch(Flatpak) - CrocoDS": {
"parserType": "Glob",
"configTitle": "Amstrad CPC - Retroarch(Flatpak) - CrocoDS",
"steamCategory": "${CPC}",
"executableModifier": "\"${exePath}\"",
"romDirectory": "path-to-roms",
"steamDirectory": "${steamdirglobal}",
Expand Down Expand Up @@ -292,7 +297,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 14,
"presetVersion": 15,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -333,6 +338,9 @@
},
"steamInputEnabled": "1",
"drmProtect": false,
"version": 2
"version": 3,
"steamCategories": [
"CPC"
]
}
}
8 changes: 5 additions & 3 deletions files/presets/Apple iOS.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"Apple iOS - touchHLE": {
"parserType": "Glob",
"configTitle": "Apple iOS - touchHLE",
"steamCategory": "${iOS}",
"executableModifier": "\"${exePath}\"",
"romDirectory": "path-to-roms",
"steamDirectory": "${steamdirglobal}",
Expand Down Expand Up @@ -40,7 +39,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 14,
"presetVersion": 15,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -81,6 +80,9 @@
},
"steamInputEnabled": "1",
"drmProtect": false,
"version": 2
"version": 3,
"steamCategories": [
"iOS"
]
}
}
64 changes: 40 additions & 24 deletions files/presets/Arcade.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"Arcade - MAME": {
"parserType": "Glob",
"configTitle": "Arcade - MAME",
"steamCategory": "${Arcade}",
"executableModifier": "\"${exePath}\"",
"romDirectory": "path-to-roms",
"steamDirectory": "${steamdirglobal}",
Expand Down Expand Up @@ -40,7 +39,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 14,
"presetVersion": 15,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -81,12 +80,14 @@
},
"steamInputEnabled": "1",
"drmProtect": false,
"version": 2
"version": 3,
"steamCategories": [
"Arcade"
]
},
"Arcade - MAME(Flatpak)": {
"parserType": "Glob",
"configTitle": "Arcade - MAME(Flatpak)",
"steamCategory": "${2600}",
"executableModifier": "\"${exePath}\"",
"romDirectory": "path-to-roms",
"steamDirectory": "${steamdirglobal}",
Expand Down Expand Up @@ -124,7 +125,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 14,
"presetVersion": 15,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -165,12 +166,14 @@
},
"steamInputEnabled": "1",
"drmProtect": false,
"version": 2
"version": 3,
"steamCategories": [
"2600"
]
},
"Arcade - Retroarch - FBNeo": {
"parserType": "Glob",
"configTitle": "Arcade - Retroarch - FBNeo",
"steamCategory": "${Arcade}",
"executableModifier": "\"${exePath}\"",
"romDirectory": "path-to-roms",
"steamDirectory": "${steamdirglobal}",
Expand Down Expand Up @@ -208,7 +211,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 14,
"presetVersion": 15,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -249,12 +252,14 @@
},
"steamInputEnabled": "1",
"drmProtect": false,
"version": 2
"version": 3,
"steamCategories": [
"Arcade"
]
},
"Arcade - Retroarch(Flatpak) - FBNeo": {
"parserType": "Glob",
"configTitle": "Arcade - Retroarch(Flatpak) - FBNeo",
"steamCategory": "${Arcade}",
"executableModifier": "\"${exePath}\"",
"romDirectory": "path-to-roms",
"steamDirectory": "${steamdirglobal}",
Expand Down Expand Up @@ -292,7 +297,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 14,
"presetVersion": 15,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -333,12 +338,14 @@
},
"steamInputEnabled": "1",
"drmProtect": false,
"version": 2
"version": 3,
"steamCategories": [
"Arcade"
]
},
"Arcade - Retroarch - MAME": {
"parserType": "Glob",
"configTitle": "Arcade - Retroarch - MAME",
"steamCategory": "${Arcade}",
"executableModifier": "\"${exePath}\"",
"romDirectory": "path-to-roms",
"steamDirectory": "${steamdirglobal}",
Expand Down Expand Up @@ -376,7 +383,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 14,
"presetVersion": 15,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -417,12 +424,14 @@
},
"steamInputEnabled": "1",
"drmProtect": false,
"version": 2
"version": 3,
"steamCategories": [
"Arcade"
]
},
"Arcade - Retroarch(Flatpak) - MAME": {
"parserType": "Glob",
"configTitle": "Arcade - Retroarch(Flatpak) - MAME",
"steamCategory": "${Arcade}",
"executableModifier": "\"${exePath}\"",
"romDirectory": "path-to-roms",
"steamDirectory": "${steamdirglobal}",
Expand Down Expand Up @@ -460,7 +469,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 14,
"presetVersion": 15,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -501,12 +510,14 @@
},
"steamInputEnabled": "1",
"drmProtect": false,
"version": 2
"version": 3,
"steamCategories": [
"Arcade"
]
},
"Arcade - Model 2 Emulator": {
"parserType": "Glob",
"configTitle": "Arcade - Model 2 Emulator",
"steamCategory": "${Arcade}",
"executableModifier": "\"${exePath}\"",
"romDirectory": "path-to-roms",
"steamDirectory": "${steamdirglobal}",
Expand Down Expand Up @@ -544,7 +555,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 14,
"presetVersion": 15,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -585,12 +596,14 @@
},
"steamInputEnabled": "1",
"drmProtect": false,
"version": 2
"version": 3,
"steamCategories": [
"Arcade"
]
},
"Arcade - TeknoParrot": {
"parserType": "Glob",
"configTitle": "Arcade - TeknoParrot",
"steamCategory": "${Arcade}",
"executableModifier": "\"${exePath}\"",
"romDirectory": "path-to-roms",
"steamDirectory": "${steamdirglobal}",
Expand Down Expand Up @@ -628,7 +641,7 @@
"shortcutPassthrough": false,
"appendArgsToExecutable": true
},
"presetVersion": 14,
"presetVersion": 15,
"imageProviderAPIs": {
"sgdb": {
"nsfw": false,
Expand Down Expand Up @@ -669,6 +682,9 @@
},
"steamInputEnabled": "1",
"drmProtect": false,
"version": 2
"version": 3,
"steamCategories": [
"Arcade"
]
}
}
Loading

0 comments on commit 4fa11d7

Please sign in to comment.