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:
ManDude
2021-02-21 04:05:52 +00:00
committed by GitHub
parent 8775840265
commit ea1a4ef1bb
@@ -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,