From ea1a4ef1bbe799f156ec86606f74c0863f43d737 Mon Sep 17 00:00:00 2001 From: ManDude <7569514+ManDude@users.noreply.github.com> Date: Sun, 21 Feb 2021 04:05:52 +0000 Subject: [PATCH] specify a label_types_file variable in jak1 config (#274) * ObjectFileDB: Fix crash if obj list text has no objects * rename "decomp.bat" to "decomp-jak1.bat" * config: enable expression analysis * decompile timer-h * Tab to space. * add a note to deftype profile-name for the future * timer-mode: use register name instead of full name looking at the other types, it looks like NDI seemed to have preferred it this way * [timer-h] set -> timer-bank mode type to timer-mode * [timer-h] use register-friendly return value for method * [timer-h] comment out unsupported feature * [main-h] remove redundant quote * Update .gitignore * Update main-h.gc * specify a label_types_file variable in jak1 config --- decompiler/config/jak1_ntsc_black_label.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/decompiler/config/jak1_ntsc_black_label.jsonc b/decompiler/config/jak1_ntsc_black_label.jsonc index 80ee31ccfe..4ef96775d5 100644 --- a/decompiler/config/jak1_ntsc_black_label.jsonc +++ b/decompiler/config/jak1_ntsc_black_label.jsonc @@ -56,6 +56,7 @@ "type_hints_file":"decompiler/config/jak1_ntsc_black_label/type_hints.jsonc", "anonymous_function_types_file":"decompiler/config/jak1_ntsc_black_label/anonymous_function_types.jsonc", "var_names_file":"decompiler/config/jak1_ntsc_black_label/var_names.jsonc", + "label_types_file":"decompiler/config/jak1_ntsc_black_label/label_types.jsonc", "analyze_functions":true, "analyze_expressions":true,