mirror of
https://github.com/open-goal/jak-project
synced 2026-08-19 14:03:38 -04:00
decompiler: allow jak 3 texture and model extraction (#3080)
Added some hacks and stubs to allow extracting textures and models.
This commit is contained in:
@@ -45,7 +45,9 @@ DirTpageResult process_dir_tpages(ObjectFileData& data) {
|
||||
word_idx++;
|
||||
}
|
||||
|
||||
word_idx = ((word_idx + 3) / 4) * 4;
|
||||
if (data.linked_data.version != GameVersion::Jak3) {
|
||||
word_idx = ((word_idx + 3) / 4) * 4;
|
||||
}
|
||||
ASSERT(word_idx == (int)words.size());
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user