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:
ManDude
2021-10-15 23:17:51 +01:00
committed by GitHub
parent 3a1c9eaf75
commit bacf9fd130
23 changed files with 12768 additions and 13 deletions
+1
View File
@@ -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) {