mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 02:14:07 -04:00
decomp: finish orbit-plat and sage-finalboss (#1039)
* decomp: finish `orbit-plat` and waiting on `sage-finalboss` inconsistency for gsrc * decomp: finish `sage-finalboss` except the relocate method * decomp: add fix to finish `sage-finalboss` * update formatting in unrelated files
This commit is contained in:
@@ -1615,7 +1615,7 @@ std::string TypeSystem::generate_deftype_footer(const Type* type) const {
|
||||
result.append(" :pack-me\n");
|
||||
}
|
||||
if (as_structure->is_allowed_misalign()) {
|
||||
result.append(" :allow-misaligned");
|
||||
result.append(" :allow-misaligned\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user