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:
Tyler Wilding
2021-02-06 06:54:23 -08:00
committed by GitHub
parent ddffda1e8c
commit 5b6a8dcf98
23 changed files with 1140 additions and 10242 deletions
+1 -1
View File
@@ -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,