mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 06:54:31 -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:
@@ -159,6 +159,11 @@ void ObjectFileDB::ir2_run_mips2c(const Config& config, ObjectFileData& data) {
|
||||
lg::info("MIPS2C on {}", func.name());
|
||||
run_mips2c(&func);
|
||||
}
|
||||
|
||||
auto it = config.hacks.mips2c_jump_table_functions.find(func.name());
|
||||
if (it != config.hacks.mips2c_jump_table_functions.end()) {
|
||||
run_mips2c_jump_table(&func, it->second);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user