mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
[decompiler] fix in-place ops not getting detected sometimes (#2810)
This commit is contained in:
@@ -55,7 +55,7 @@ subprocess.run(
|
||||
"--version",
|
||||
args.version,
|
||||
"--config-override",
|
||||
'{{"allowed_objects": {}}}'.format(all_names),
|
||||
'{{"levels_extract": false, "process_art_groups": false, "decompile_code": true, "allowed_objects": {}}}'.format(all_names),
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user