mirror of
https://github.com/open-goal/jak-project
synced 2026-08-10 19:17:55 -04:00
[bones] Part 1: Joint (#1110)
* joints * bones * align spr to 16k * fix bug * lack of sound hack * clean up
This commit is contained in:
@@ -185,6 +185,9 @@ Config read_config_file(const std::string& path_to_config_file) {
|
||||
.get<std::unordered_map<std::string, std::vector<std::vector<int>>>>();
|
||||
config.hacks.mips2c_functions_by_name =
|
||||
hacks_json.at("mips2c_functions_by_name").get<std::unordered_set<std::string>>();
|
||||
config.hacks.mips2c_jump_table_functions =
|
||||
hacks_json.at("mips2c_jump_table_functions")
|
||||
.get<std::unordered_map<std::string, std::vector<int>>>();
|
||||
|
||||
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