d/jak2: First few files, mood-tables and vol-h (#1796)

* decomp: format jak1 cast files

* decomp: finish `mood-tables` and `mood-tables2`

* jak2: stop disasm'ing

* jak2: format jak2 cast files, start working on the rest of the `mood` files

* scripts: fix running pcsx2 watcher

* d/jak2: finish `vol-h`

* d/jak2: address feedback
This commit is contained in:
Tyler Wilding
2022-08-24 19:34:09 -04:00
committed by GitHub
parent f7bd0752f8
commit 01abde35d8
36 changed files with 3751 additions and 830 deletions
+1 -1
View File
@@ -565,7 +565,7 @@ void ObjectFileDB::ir2_type_analysis_pass(int seg, const Config& config, ObjectF
}
} else {
lg::warn("Function {} didn't know its type", func.name());
func.warnings.warning("Function {} has unknown type", func.name());
func.warnings.error("Function {} has unknown type", func.name());
}
}
});