Add scratch preset_id field for decomp.me

Resolves #133
This commit is contained in:
2024-11-07 09:26:55 -07:00
parent ebf653816a
commit a119d9a6dd
3 changed files with 11 additions and 3 deletions

View File

@@ -71,6 +71,7 @@ impl ScratchConfigV1 {
c_flags: self.c_flags,
ctx_path: self.ctx_path,
build_ctx: self.build_ctx.then_some(true),
preset_id: None,
}
}
}