mirror of
https://github.com/open-goal/jak-project
synced 2026-05-28 16:32:18 -04:00
third-party/licensing: Switch miniLZO usage to LZOkay (#232)
* add rough jak 2 config so the decompiler can atleast unpack dgos * third-party: commit lzokay * Switch to lzokay for DGO decompression * third-party: Remove minilzo library * third-party: Add lzokay as a SHARED lib
This commit is contained in:
@@ -91,7 +91,7 @@ class ObjectFileDB {
|
||||
const std::string& obj_name,
|
||||
TypeSpec* result);
|
||||
|
||||
private:
|
||||
public:
|
||||
void load_map_file(const std::string& map_data);
|
||||
void get_objs_from_dgo(const std::string& filename);
|
||||
void add_obj_from_dgo(const std::string& obj_name,
|
||||
|
||||
Reference in New Issue
Block a user