mirror of
https://github.com/open-goal/jak-project
synced 2026-06-18 23:37:22 -04:00
[Decompiler] Add offline tests (#303)
* add offline test for gcommon as an example. * fix test * unused var
This commit is contained in:
@@ -78,7 +78,8 @@ class ObjectFileDB {
|
||||
void ir2_write_results(const std::string& output_dir);
|
||||
std::string ir2_to_file(ObjectFileData& data);
|
||||
std::string ir2_function_to_string(ObjectFileData& data, Function& function, int seg);
|
||||
std::string ir2_final_out(ObjectFileData& data);
|
||||
std::string ir2_final_out(ObjectFileData& data,
|
||||
const std::unordered_set<std::string>& skip_functions = {});
|
||||
|
||||
void process_tpages();
|
||||
std::string process_game_count_file();
|
||||
|
||||
Reference in New Issue
Block a user