From 2d643eb07181103b39f02575fc80b035d0066956 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Fri, 9 May 2025 12:51:18 -0600 Subject: [PATCH] Add scratch.preset_id to config.schema.json --- config.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.schema.json b/config.schema.json index eaec9fa..3b081d6 100644 --- a/config.schema.json +++ b/config.schema.json @@ -175,6 +175,10 @@ "type": "boolean", "description": "If true, objdiff will run the build command with the context file as an argument to generate it.", "default": false + }, + "preset_id": { + "type": "number", + "description": "The decomp.me preset ID to use for the scratch.\nCompiler and flags in the config will take precedence over the preset, but the preset is useful for organizational purposes." } }, "required": [