From dbaf93dc7391482bbd4e2ad44a2b284dd8fa2d72 Mon Sep 17 00:00:00 2001 From: ManDude <7569514+ManDude@users.noreply.github.com> Date: Wed, 22 Mar 2023 23:48:23 +0000 Subject: [PATCH] Update jak2_config.jsonc (#2392) --- decompiler/config/jak2/jak2_config.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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