mirror of
https://github.com/open-goal/jak-project
synced 2026-06-18 07:26:06 -04:00
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
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user