mirror of
https://github.com/open-goal/jak-project
synced 2026-05-25 15:25:31 -04:00
[decompiler] support for jak 2 (#1781)
* [decompiler] suppport jak 2 * cleanpu * remove brief from gtest options * fix test
This commit is contained in:
@@ -816,7 +816,7 @@ LinkedObjectFile to_linked_object_file(const std::vector<uint8_t>& data,
|
||||
const std::string& name,
|
||||
DecompilerTypeSystem& dts,
|
||||
GameVersion game_version) {
|
||||
LinkedObjectFile result;
|
||||
LinkedObjectFile result(game_version);
|
||||
const auto* header = (const LinkHeaderCommon*)&data.at(0);
|
||||
|
||||
// use appropriate linker
|
||||
|
||||
Reference in New Issue
Block a user