mirror of
https://github.com/open-goal/jak-project
synced 2026-08-22 07:04:29 -04:00
[decomp] Small fixes (#541)
* fix a few bugs * fix local vars missing in top level * more small fixes * support missing inline array access case * one more fix
This commit is contained in:
@@ -143,6 +143,8 @@ Config read_config_file(const std::string& path_to_config_file) {
|
||||
hacks_json.at("no_type_analysis_functions_by_name").get<std::unordered_set<std::string>>();
|
||||
config.hacks.types_with_bad_inspect_methods =
|
||||
hacks_json.at("types_with_bad_inspect_methods").get<std::unordered_set<std::string>>();
|
||||
config.hacks.reject_cond_to_value = hacks_json.at("aggressively_reject_cond_to_value_rewrite")
|
||||
.get<std::unordered_set<std::string>>();
|
||||
|
||||
for (auto& entry : hacks_json.at("cond_with_else_max_lengths")) {
|
||||
auto func_name = entry.at(0).get<std::string>();
|
||||
|
||||
Reference in New Issue
Block a user