From dadd6c87e7efda751798f34137adcdd894d2a7f4 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Tue, 25 Mar 2025 11:02:15 -0400 Subject: [PATCH] Update shipped SRM userConfigurations.json for new manifest sync type --- config/steam-rom-manager/userConfigurations.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/config/steam-rom-manager/userConfigurations.json b/config/steam-rom-manager/userConfigurations.json index 8f3afbaf..eb0da29b 100644 --- a/config/steam-rom-manager/userConfigurations.json +++ b/config/steam-rom-manager/userConfigurations.json @@ -1,6 +1,6 @@ [ { - "parserType": "Glob", + "parserType": "Manual", "configTitle": "RetroDECK Steam Sync", "steamDirectory": "${steamdirglobal}", "romDirectory": "${romsdirglobal}", @@ -8,11 +8,9 @@ "RetroDECK" ], "executableArgs": "", - "executableModifier": "\"${exePath}\"", + "executableModifier": "", "startInDirectory": "", "titleModifier": "${fuzzyTitle}", - "fetchControllerTemplatesButton": null, - "removeControllersButton": null, "steamInputEnabled": "2", "imageProviders": [ "sgdb", @@ -29,7 +27,7 @@ ] }, "parserInputs": { - "glob": "${title}.sh" + "manualManifests": "${romsdirglobal}" }, "executable": { "path": "", @@ -108,7 +106,6 @@ ], "sizes": [], "sizesHero": [], - "sizesTall": null, "sizesIcon": [] } }, @@ -256,4 +253,4 @@ "parserId": "173908444383456337", "version": 25 } -] \ No newline at end of file +]