mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 06:54: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:
@@ -37,6 +37,7 @@ struct ObjectFileRecord {
|
||||
* All of the data for a single object file
|
||||
*/
|
||||
struct ObjectFileData {
|
||||
ObjectFileData(GameVersion version) : linked_data(version) {}
|
||||
std::vector<uint8_t> data; // raw bytes
|
||||
LinkedObjectFile linked_data; // data including linking annotations
|
||||
ObjectFileRecord record; // name
|
||||
|
||||
Reference in New Issue
Block a user