diff --git a/decompiler/config/jak2/jak2_config.jsonc b/decompiler/config/jak2/jak2_config.jsonc index f8a7883082..6edae0525b 100644 --- a/decompiler/config/jak2/jak2_config.jsonc +++ b/decompiler/config/jak2/jak2_config.jsonc @@ -81,7 +81,7 @@ "is_pal": false, // jak 1's all-types, used to generate "hints" - "old_all_types_file": "decompiler/config/jak1/all-types.gc", + // "old_all_types_file": "decompiler/config/jak1/all-types.gc", //////////////////////////// // CONFIG FILES @@ -101,7 +101,7 @@ // optional: a predetermined object file name map from a file. // this will make decompilation naming consistent even if you only run on some objects. - "obj_file_name_map_file": "goal_src/jak2/build/all_objs.json", + // "obj_file_name_map_file": "goal_src/jak2/build/all_objs.json", //////////////////////////// // LEVEL EXTRACTION