mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
PAL jak 1 decompiler profile (#891)
* [decompiler] pal "support" * inoffensively add some PAL-updated types * fixes! * clarify some things for windows * Update README.md * dummy * config fixes * dummy
This commit is contained in:
@@ -54,6 +54,7 @@ Config read_config_file(const std::string& path_to_config_file) {
|
||||
config.dump_objs = cfg.at("dump_objs").get<bool>();
|
||||
config.print_cfgs = cfg.at("print_cfgs").get<bool>();
|
||||
config.generate_symbol_definition_map = cfg.at("generate_symbol_definition_map").get<bool>();
|
||||
config.is_pal = cfg.at("is_pal").get<bool>();
|
||||
|
||||
auto allowed = cfg.at("allowed_objects").get<std::vector<std::string>>();
|
||||
for (const auto& x : allowed) {
|
||||
|
||||
Reference in New Issue
Block a user