mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 06:54:31 -04:00
[goalc] compile/run code for jak2 ckernel, set up dummy KERNEL.CGO (#1625)
[goalc] start can compile and run code for jak2 ckernel, set up dummy KERNEL.CGO
This commit is contained in:
@@ -117,7 +117,8 @@ ObjectFileDB::ObjectFileDB(const std::vector<fs::path>& _dgos,
|
||||
const fs::path& obj_file_name_map_file,
|
||||
const std::vector<fs::path>& object_files,
|
||||
const std::vector<fs::path>& str_files,
|
||||
const Config& config) {
|
||||
const Config& config)
|
||||
: dts(config.game_version) {
|
||||
Timer timer;
|
||||
|
||||
lg::info("-Loading types...");
|
||||
|
||||
Reference in New Issue
Block a user