mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
[merc] Add merc extraction (#1356)
* docs for ee merc code * wip * more extraction stuff * partial mat1 working * mat1 * cleanup * partial mat2 and mat3 support * merc extraction seems to work
This commit is contained in:
@@ -444,10 +444,10 @@ goos::Object decompile_sparticle_sound_spec(const std::vector<LinkedWord>& /*wor
|
||||
|
||||
goos::Object decompile_sparticle_group_item(const TypeSpec& type,
|
||||
const DecompilerLabel& label,
|
||||
const std::vector<DecompilerLabel>& labels,
|
||||
const std::vector<DecompilerLabel>& /*labels*/,
|
||||
const std::vector<std::vector<LinkedWord>>& words,
|
||||
const TypeSystem& ts,
|
||||
const LinkedObjectFile* file) {
|
||||
const LinkedObjectFile* /*file*/) {
|
||||
// auto normal = decompile_structure(type, label, labels, words, ts, file, false);
|
||||
// fmt::print("Doing: {}\n", normal.print());
|
||||
auto uncast_type_info = ts.lookup_type(type);
|
||||
|
||||
Reference in New Issue
Block a user