decomp: enforce decompile_code: true when decompiling code (#95)

This commit is contained in:
Tyler Wilding 2022-09-13 01:17:35 -04:00 committed by GitHub
parent ec41cc9b1c
commit 113e0d4c0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -216,7 +216,7 @@ async function decompFiles(decompConfig: string, fileNames: string[]) {
"./iso_data",
"./decompiler_out",
"--config-override",
`{"allowed_objects": [${allowed_objects}]}`,
`{"decompile_code": true, "allowed_objects": [${allowed_objects}]}`,
],
{
encoding: "utf8",